You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the permission request to check the access package again. Because the google store does not accept applications. I want to recommend removing permission android.permission.QUERY_ALL_PACKAGES and refactor to support on gallery_saver ^2.3.2
The QUERY_ALL_PACKAGES permission only takes effect when your app targets Android API level 30 or later on devices running Android 11 or later. To use this permission, your app must fall within permitted uses below, and have a core purpose to search for all apps on the device. You must be able to adequately justify why a less intrusive method of app visibility will not sufficiently enable your app’s policy-compliant user-facing core functionality.
The text was updated successfully, but these errors were encountered:
suttipongk
changed the title
Please remove QUERY_ALL_PACKAGES permission from google recommend
Please check and remove QUERY_ALL_PACKAGES permission from google recommend
Aug 5, 2022
Please check the permission request to check the access package again. Because the google store does not accept applications. I want to recommend removing permission android.permission.QUERY_ALL_PACKAGES and refactor to support on gallery_saver ^2.3.2
https://support.google.com/googleplay/android-developer/answer/10158779?hl=en
The QUERY_ALL_PACKAGES permission only takes effect when your app targets Android API level 30 or later on devices running Android 11 or later. To use this permission, your app must fall within permitted uses below, and have a core purpose to search for all apps on the device. You must be able to adequately justify why a less intrusive method of app visibility will not sufficiently enable your app’s policy-compliant user-facing core functionality.
The text was updated successfully, but these errors were encountered: