Required Permissions in App Factory
The "Required Permissions" list presented by the App Factory while creating a kid app is preventing the devs from removing "required" permissions. This means that some permissions that by Google are classified as "sensitive" will be present in the APK even if not actually needed by the app, requiring full verification by Google, which may take long time for no reason. During the app testing stage it should be up to the dev to determine which permissions ACTUALLY are required for the app to function properly, not (what sometimes seems to be the case) by generalized "guesses" by the app factory. I did some tests on how the app factory generates required permissions and found that harmless apps may include permissions such as MANAGE_EXTERNAL_STORAGE, a very sensitive permission according to Google. So PLEASE allow the "Required Permissions" entries to be "un-ticked" by the dev. This can cause no other harm than making the app not working as expected. The dev can then decide whether to include the permission or come up with a different solution that doesn't require the sensitive permissions to be included. Thank you for listening.
PS. My harmless app generates the following sensitive permissions for apparently no reason:
QUERY_ALL_PACKAGES
BIND_ACCESSIBILITY_SERVICE
MANAGE_EXTERNAL_STORAGE
WRITE_SETTINGS
If I can de-select these I can test what is not working and implement something in place that don't requires these permissions. I think this speaks for itself. :-)