1
0
Fork 0

fix rcm shortcut name

This commit is contained in:
nin0dev 2024-08-28 16:12:46 -04:00
parent c312c90f57
commit 156a40e9bb

View file

@ -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"