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

am: 65e654a1a1

* commit '65e654a1a18ae547e1728a355f25d99c796f0abd':
  Don't enforce this API - it's not sensitive

Change-Id: Ief7eb90cc56de0d408f039e04f8593e94d80744c
This commit is contained in:
Paul Lawrence
2016-05-02 20:43:09 +00:00
committed by android-build-merger

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;