Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 705b0f2

Browse files
committed
2 parents 2e13be0 + cb66f5b commit 705b0f2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="hk.kennethso168.xposed.advancedrebootmenu"
3-
android:versionCode="11"
4-
android:versionName="7.0" >
3+
android:versionCode="12"
4+
android:versionName="7.1" >
55

66
<uses-sdk
77
android:minSdkVersion="14"

res/values/strings.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
<string name="confirm_dialog_default">0</string>
5050
<string name="icon_color_title_default">0</string>
5151
<string name="no_locked_off_title">Anti-theft helper</string>
52-
<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>
53-
<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>
52+
53+
<!-- TODO add back airplane mode -->
54+
<string name="no_locked_off_summ">Disable shutdown and reboot functions while the device is still at the lockscreen and not yet unlocked</string>
55+
<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>
5456

5557
<string name="sect_debug">App Options</string>
5658
<string name="verbose_log_title">Verbose logging</string>

0 commit comments

Comments
 (0)