mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
chore: delete useless permission since android 11 and secure the export
This commit is contained in:
parent
ca53aaa8cb
commit
6e528f8e79
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||
tools:ignore="QueryAllPackagesPermission" />
|
||||
<uses-permission android:name="android.permission.ACCESS_HIDDEN_PROFILES" />
|
||||
|
@ -42,6 +41,7 @@
|
|||
</activity>
|
||||
<activity android:name=".settings.SettingsActivity"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.REQUEST_DELETE_PACKAGES"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="LockedOrientationActivity">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue