From edcc61970f24bb3601af26d89f49d384e7a3aff6 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 27 Jan 2015 09:42:49 +0100 Subject: introduce RESULT_CHARSET variable --- src/org/openintents/openpgp/util/OpenPgpApi.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; -- cgit v1.2.3