introduced a general application to handle certain Intents, only to hand them to other APG Activities after looking at the content of the passed data
This commit is contained in:
@@ -111,6 +111,13 @@ public final class Id {
|
||||
public static final int encrypt_only = 0x21070002;
|
||||
public static final int sign_and_encrypt = 0x21070003;
|
||||
}
|
||||
|
||||
public static final class action {
|
||||
public static final int encrypt = 0x21070001;
|
||||
public static final int decrypt = 0x21070002;
|
||||
public static final int import_public = 0x21070003;
|
||||
public static final int import_secret = 0x21070004;
|
||||
}
|
||||
}
|
||||
|
||||
public static final class return_value {
|
||||
|
||||
Reference in New Issue
Block a user