open-keychain/sshauthentication-api/src/main/aidl/org/openintents/ssh/authentication/ISshAuthenticationService.aidl
2017-11-01 14:28:17 +00:00

7 lines
157 B
Plaintext

// ISshAuthenticationService.aidl
package org.openintents.ssh.authentication;
interface ISshAuthenticationService {
Intent execute(in Intent intent);
}