Skip to content

Commit

Permalink
Merge branch 'master' of
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethso168 committed Dec 18, 2013
2 parents 2e13be0 + cb66f5b commit 705b0f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="hk.kennethso168.xposed.advancedrebootmenu"
android:versionCode="11"
android:versionName="7.0" >
android:versionCode="12"
android:versionName="7.1" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
6 changes: 4 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
<string name="confirm_dialog_default">0</string>
<string name="icon_color_title_default">0</string>
<string name="no_locked_off_title">Anti-theft helper</string>
<string name="no_locked_off_summ">Disable shutdown, reboot and airplane mode functions while the device is still at the lockscreen and not yet unlocked</string>
<string name="no_locked_off_dialog">Because anti-theft helper is on, you may not power off the phone or turn on airplane mode while the device is locked. Unlock the device and try again.</string>

<!-- TODO add back airplane mode -->
<string name="no_locked_off_summ">Disable shutdown and reboot functions while the device is still at the lockscreen and not yet unlocked</string>
<string name="no_locked_off_dialog">Because anti-theft helper is on, you may not power off the phone while the device is locked. Unlock the device and try again.</string>

<string name="sect_debug">App Options</string>
<string name="verbose_log_title">Verbose logging</string>
Expand Down

0 comments on commit 705b0f2

Please sign in to comment.