parse string util method, better help text for access screen

This commit is contained in:
Dominik Schürmann
2014-02-15 13:00:47 +01:00
parent 3b0f76bf60
commit 52f1c930eb
13 changed files with 83 additions and 88 deletions

View File

@@ -16,5 +16,7 @@
package org.openintents.openpgp;
import org.openintents.openpgp.OpenPgpError;
// Declare OpenPgpError so AIDL can find it and knows that it implements the parcelable protocol.
parcelable OpenPgpError;

View File

@@ -16,5 +16,7 @@
package org.openintents.openpgp;
import org.openintents.openpgp.OpenPgpSignatureResult;
// Declare OpenPgpSignatureResult so AIDL can find it and knows that it implements the parcelable protocol.
parcelable OpenPgpSignatureResult;