IKeyChainServiceTestSupportpublic interface IKeyChainServiceTestSupport implements android.os.IInterfaceService that runs as the system user for the use of the
KeyChainServiceTest which needs to run as a regular app user, but
needs to automate some steps only permissable to the system
user. In particular, revokeAppPermission and grantAppPermission
must be run within the system_server itself. In a real application,
the user is prompted to perform these steps via the
com.android.credentials.UNLOCK Intent and
KeyChainActivity. |
|