(Android-O) The app is not listed in the "access-use apps", but is located in Nougat

In Android-O, <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />it looks like the application does not appear in the "Applications with access to use" list. I tried to set the target and compile the API on both 25 and "O", but still it does not allow me to add the application to the list of access to use.

I'm not sure if this is simply because the dev preview is a bug or Google has additional requirements for this feature in Android-O. But this shows up on my nougat test device, when I test it there, of course, both the compilation and the target are set to 25, so I tried these settings on the Android-O device to check if this is the OS or SDK that is to blame. It looks like it could be the OS. In any case, I thought that I should ask here to find out if I am missing something that you guys and girls might know.

+4
source share

Source: https://habr.com/ru/post/1673062/


All Articles