I have a problem with the runtime permission. I'm updating my Android application to support Android M and the new system of permission.
I took a look at the code example and I think I have understood the operation, instead of what I can not implement is a specific permission.
I'm talking about com.android.vending.CHECK_LICENSE
, to use it I resort to a package provided by the same google.
Looking at Manifest.Permission
no permission like this, does anyone know how to implement it?