Add sshauthentication-api v1 support

This commit is contained in:
Christian Hagau
2017-10-05 00:00:00 +00:00
parent 83ab483fc7
commit 2619cb1db3
57 changed files with 3954 additions and 79 deletions

View File

@@ -0,0 +1,6 @@
// ISshAuthenticationService.aidl
package org.openintents.ssh.authentication;
interface ISshAuthenticationService {
Intent execute(in Intent intent);
}