new EncryptActivity to handle message and file encryption all in one

This commit is contained in:
Thialfihar
2010-05-09 19:51:21 +00:00
parent 6e3f182291
commit 5e73b696d1
20 changed files with 1239 additions and 924 deletions

View File

@@ -107,5 +107,6 @@ public final class Id {
public static final class target {
public static final int clipboard = 0x21070001;
public static final int email = 0x21070002;
public static final int file = 0x21070003;
}
}