feat: finish implementing the sources system (#70)

This commit is contained in:
Ax333l
2023-08-03 13:15:42 +02:00
committed by oSumAtrIX
parent 08686252bb
commit ecd4b01108
60 changed files with 1548 additions and 1063 deletions

View File

@@ -5,6 +5,7 @@
<permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="ReservedSystemPermission" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />