-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>\r
+ <classpathentry kind="src" path="src"/>\r
+ <classpathentry kind="src" path="gen"/>\r
+ <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
--- /dev/null
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system use,
+# "build.properties", and override values to adapt the script to your
+# project structure.
+
+# Project target.
+target=android-2
<!-- File Manager -->\r
<string name="filemanager_not_available">No compatible file manager is available.</string>\r
<string name="filemanager_get_oi_filemanager">Get OI File Manager</string>\r
-\r
- \r
+ \r
<!-- ***************************\r
Permissions\r
*************************** -->\r
* <p>Constant Value: "org.openintents.extra.PROMPT"</p>\r
*/\r
public static final String EXTRA_PROMPT = "org.openintents.extra.PROMPT";\r
+ \r
+ /**\r
+ * Set if the activity handles encrypted content.\r
+ * \r
+ * <p>Constant Value: "org.openintents.category.SAFE"</p>\r
+ */\r
+ public static final String CATEGORY_SAFE = "org.openintents.category.SAFE";\r
}\r
callbackIntent.putExtra(CryptoIntents.EXTRA_TEXT_ARRAY, out);\r
}\r
\r
+ if (thisIntent.hasExtra(CryptoIntents.EXTRA_SESSION_KEY)) {\r
+ String sessionkey = ch.getCurrentSessionKey();\r
+ callbackIntent.putExtra(CryptoIntents.EXTRA_SESSION_KEY, sessionkey);\r
+ }\r
+ \r
if (thisIntent.getData() != null) {\r
// Decrypt file from file URI\r
Uri fileUri = thisIntent.getData();\r