InputManagerService - call PermissionEnforcer helper on methods annotated with @EnforcePermission
All ava methods annotated with @EnforcePermission
must call super.<methodName>_enforcePermission
method provided by PermissionEnforcer.
This required by the @EnforcePermission annotation, but is currently a
no-op, and will be switched on with ag/20325484.
This CL migrates incremental additions made since the original LSC
ag/20189550.
Bug: 234083358
Test: TH
Change-Id: I39a8583c4732b3d01de47b78955c3b8cff853f82
1 file changed