Skip to content

Commit

Permalink
Remove unused request install package permission
Browse files Browse the repository at this point in the history
Unused for this build flavor and also prevents further app update submissions
  • Loading branch information
wax911 committed Dec 4, 2022
1 parent ee9ef78 commit 43eb17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<uses-sdk tools:overrideLibrary="io.wax911.emojify, io.wax911.support.markdown" />
Expand Down

0 comments on commit 43eb17f

Please sign in to comment.