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:enabled="true"
android:icon="@drawable/reset"
android:shortcutShortLabel="Recovery mode"
android:shortcutLongLabel="Recovery mode">
android:shortcutShortLabel="@string/recovery_shortcut_name"
android:shortcutLongLabel="@string/recovery_shortcut_name">
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="com.nin0dev.vendroid"