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:
Thialfihar
2010-06-05 17:54:40 +00:00
parent a85ae5e009
commit a089dbbb73
6 changed files with 217 additions and 16 deletions

View File

@@ -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 {