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

Commit ce816d9b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ContentProvider: Use the mode the use chosen from the dialog"

parents 044725c6 2876c27c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ public abstract class ContentProvider implements ComponentCallbacks2 {
                default:
                    break;
                }
               mAppOpsManager.noteOp(op, Binder.getCallingUid(), callingPkg);
                return mAppOpsManager.noteOp(op, Binder.getCallingUid(), callingPkg);
            }
            return AppOpsManager.MODE_ALLOWED;
        }