Remove unneeded permissions, update .gitignore

This commit is contained in:
Anna-Sophie Zaitsewa
2024-03-31 00:19:18 +01:00
committed by machiav3lli
parent 2f09b2e43e
commit 00d183e818
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
!/README.md
!/neo_banner.png
!/src
!/config

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<privapp-permissions package="com.machiav3lli.fdroid.debug">
<!--<permission name="android.permission.DELETE_PACKAGES"/>-->
<permission name="android.permission.INSTALL_PACKAGES"/>
</privapp-permissions>
</permissions>
</permissions>

View File

@ -7,8 +7,8 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.REMOVE_PACKAGES" />
<uses-permission android:name="android.permission.INSTALL_PACKAGES"
tools:ignore="ProtectedPermissions" />
<uses-permission
android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />