Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc222b8d authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 8f00b771: Merge "Fix app ops details not displaying permissions under certain conditions."

* commit '8f00b771':
  Fix app ops details not displaying permissions under certain conditions.
parents ad38b60b 8f00b771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ public class AppOpsState {
                                & PackageInfo.REQUESTED_PERMISSION_GRANTED) == 0) {
                            if (DEBUG) Log.d(TAG, "Pkg " + appInfo.packageName + " perm "
                                    + appInfo.requestedPermissions[j] + " not granted; skipping");
                            break;
                            continue;
                        }
                    }
                    if (DEBUG) Log.d(TAG, "Pkg " + appInfo.packageName + ": requested perm "