This commit is contained in:
lunaticbum
2024-09-12 15:11:13 +09:00
parent 3a5f60f17d
commit 73dae873e8
4 changed files with 52 additions and 4 deletions
+7
View File
@@ -26,6 +26,13 @@
<uses-permission android:name="android.permission.RECEIVE_MMS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<!-- Always include this permission -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<!-- Include only if your app benefits from precise location access. -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission
android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />