Skip to content

Commit f86c83e

Browse files
committed
remove: useless Android permission requirement
com.android.launcher.permission.INSTALL_SHORTCUT is only necessary when creating home-screen shortcut (i.e., Pinned Shortcut), not quick action (i.e., App Shortcut)
1 parent b1dce67 commit f86c83e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/app/src/main/AndroidManifest.xml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
<!-- Access to the Internet -->
55
<uses-permission android:name="android.permission.INTERNET" />
6-
<!-- Set quick actions -->
7-
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
8-
<uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" />
96
<!-- Keep the screen on when showing QR code -->
107
<uses-permission android:name="android.permission.WAKE_LOCK" />
118
<!-- Write images, ics files -->

0 commit comments

Comments
 (0)