diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-07 01:04:42 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-07 01:04:42 +0530 |
commit | b9e2d6d498dfdf38314108ee507adc29c87ebefb (patch) | |
tree | b41ab7539cc57e8e57d41f9c59d8f9783f574387 | |
parent | 3b758928ffa1712f38a52ef87454da559fc5fcb7 (diff) |
Manifest cleanup
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r-- | app/src/main/AndroidManifest.xml | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f06c73ef..a0eebd82 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -41,17 +41,9 @@ <activity android:name=".UserPreference" - android:parentActivityName=".PasswordStore"> - <meta-data - android:name="android.support.PARENT_ACTIVITY" - android:value="com.zeapo.pwdstore.PasswordStore" /> - </activity> + android:parentActivityName=".PasswordStore" /> - <activity android:name=".SshKeyGen"> - <meta-data - android:name="android.support.PARENT_ACTIVITY" - android:value="com.zeapo.pwdstore.PasswordStore" /> - </activity> + <activity android:name=".SshKeyGen" /> <service android:name=".autofill.AutofillService" @@ -69,17 +61,9 @@ android:documentLaunchMode="intoExisting" android:excludeFromRecents="true" android:theme="@style/AppTheme" - tools:ignore="UnusedAttribute"> - <meta-data - android:name="android.support.PARENT_ACTIVITY" - android:value="com.zeapo.pwdstore.PasswordStore" /> - </activity> + tools:ignore="UnusedAttribute" /> - <activity android:name=".autofill.AutofillPreferenceActivity"> - <meta-data - android:name="android.support.PARENT_ACTIVITY" - android:value="com.zeapo.pwdstore.PasswordStore" /> - </activity> + <activity android:name=".autofill.AutofillPreferenceActivity" /> <activity android:name=".crypto.PgpActivity" |