diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 14:12:02 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:38:17 -0400 |
commit | b1807197f85c4d6ceccc3ca23654bb184f9caa13 (patch) | |
tree | 82226ce09fc4970664c250146ec850463a3a97b3 /app/src/main/AndroidManifest.xml | |
parent | 8388d8530a63d1484607aa83faa27a99adb40f8e (diff) |
Fix crash on first start & use documentLaunchMode for nicer openkeychain-api behaviour (5+ only)
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ecd106cd..0789fd33 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -55,7 +55,9 @@ </service> <activity android:name=".autofill.AutofillActivity" - android:parentActivityName=".PasswordStore"> + android:parentActivityName=".PasswordStore" + android:documentLaunchMode="intoExisting" + android:excludeFromRecents="true"> <meta-data android:name="android.support.PARENT_ACTIVITY" android:value="com.zeapo.pwdstore.PasswordStore" /> |