aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/org/openintents/openpgp/util/OpenPgpApi.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/org/openintents/openpgp/util/OpenPgpApi.java b/src/org/openintents/openpgp/util/OpenPgpApi.java
index 4b593ca..ddd5abc 100644
--- a/src/org/openintents/openpgp/util/OpenPgpApi.java
+++ b/src/org/openintents/openpgp/util/OpenPgpApi.java
@@ -230,6 +230,8 @@ public class OpenPgpApi {
public static final String RESULT_SIGNATURE = "signature";
public static final String RESULT_METADATA = "metadata";
+ // This will be the charset which was specified in the headers of ascii armored input, if any
+ public static final String RESULT_CHARSET = "charset";
IOpenPgpService mService;
Context mContext;