Loading core/java/android/content/PermissionChecker.java +1 −2 Original line number Diff line number Diff line Loading @@ -73,13 +73,12 @@ public final class PermissionChecker { public static final int PERMISSION_GRANTED = PermissionCheckerManager.PERMISSION_GRANTED; /** * The permission is denied. Applicable only to runtime and app op permissions. * The permission is denied. Applicable only to runtime permissions. * * <p>Returned when: * <ul> * <li>the runtime permission is granted, but the corresponding app op is denied * for runtime permissions.</li> * <li>the app ops is ignored for app op permissions.</li> * </ul> * * @hide Loading core/java/android/permission/PermissionManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public final class PermissionManager { public static final int PERMISSION_GRANTED = 0; /** * The permission is denied. Applicable only to runtime and app op permissions. * The permission is denied. Applicable only to runtime permissions. * <p> * The app isn't expecting the permission to be denied so that a "no-op" action should be taken, * such as returning an empty result. Loading Loading
core/java/android/content/PermissionChecker.java +1 −2 Original line number Diff line number Diff line Loading @@ -73,13 +73,12 @@ public final class PermissionChecker { public static final int PERMISSION_GRANTED = PermissionCheckerManager.PERMISSION_GRANTED; /** * The permission is denied. Applicable only to runtime and app op permissions. * The permission is denied. Applicable only to runtime permissions. * * <p>Returned when: * <ul> * <li>the runtime permission is granted, but the corresponding app op is denied * for runtime permissions.</li> * <li>the app ops is ignored for app op permissions.</li> * </ul> * * @hide Loading
core/java/android/permission/PermissionManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public final class PermissionManager { public static final int PERMISSION_GRANTED = 0; /** * The permission is denied. Applicable only to runtime and app op permissions. * The permission is denied. Applicable only to runtime permissions. * <p> * The app isn't expecting the permission to be denied so that a "no-op" action should be taken, * such as returning an empty result. Loading