Add connection helper for other projects
This eases using the AIDL-Interface and is the recommended way for other project to implement the connection.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package org.thialfihar.android.apg;
|
||||
|
||||
interface IApgService {
|
||||
String encrypt_with_passphrase(String msg, String passphrase);
|
||||
String decrypt_with_passphrase(String encrypted_msg, String passphrase);
|
||||
String encrypt_with_passphrase(in List<String> params);
|
||||
String decrypt_with_passphrase(in List<String> params);
|
||||
}
|
||||
Reference in New Issue
Block a user