fix rcm shortcut name
This commit is contained in:
parent
c312c90f57
commit
156a40e9bb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
android:shortcutId="recovery"
|
android:shortcutId="recovery"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:icon="@drawable/reset"
|
android:icon="@drawable/reset"
|
||||||
android:shortcutShortLabel="Recovery mode"
|
android:shortcutShortLabel="@string/recovery_shortcut_name"
|
||||||
android:shortcutLongLabel="Recovery mode">
|
android:shortcutLongLabel="@string/recovery_shortcut_name">
|
||||||
<intent
|
<intent
|
||||||
android:action="android.intent.action.VIEW"
|
android:action="android.intent.action.VIEW"
|
||||||
android:targetPackage="com.nin0dev.vendroid"
|
android:targetPackage="com.nin0dev.vendroid"
|
||||||
|
|
Loading…
Reference in a new issue