Merge "Don't enforce this API - it's not sensitive" into nyc-dev

This commit is contained in:
Paul Lawrence
2016-05-02 20:35:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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;