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

Commit fc12b4ee authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Don\'t enforce this API - it\'s not sensitive" into nyc-dev am: 65e654a1 am: 94d116bb

am: 20ed35ee

* commit '20ed35ee':
  Don't enforce this API - it's not sensitive

Change-Id: I622a5f739dde5ec0bc3a028e288b4df59a1a2d47
parents bb0273b2 20ed35ee
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2648,9 +2648,6 @@ class MountService extends IMountService.Stub
     */
    @Override
    public int getPasswordType() {
        mContext.enforceCallingOrSelfPermission(Manifest.permission.STORAGE_INTERNAL,
            "no permission to access the crypt keeper");

        waitForReady();

        final NativeDaemonEvent event;