mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Manifest cleanup
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
3b758928ff
commit
b9e2d6d498
|
@ -41,17 +41,9 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".UserPreference"
|
android:name=".UserPreference"
|
||||||
android:parentActivityName=".PasswordStore">
|
android:parentActivityName=".PasswordStore" />
|
||||||
<meta-data
|
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
|
||||||
android:value="com.zeapo.pwdstore.PasswordStore" />
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<activity android:name=".SshKeyGen">
|
<activity android:name=".SshKeyGen" />
|
||||||
<meta-data
|
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
|
||||||
android:value="com.zeapo.pwdstore.PasswordStore" />
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".autofill.AutofillService"
|
android:name=".autofill.AutofillService"
|
||||||
|
@ -69,17 +61,9 @@
|
||||||
android:documentLaunchMode="intoExisting"
|
android:documentLaunchMode="intoExisting"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute" />
|
||||||
<meta-data
|
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
|
||||||
android:value="com.zeapo.pwdstore.PasswordStore" />
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<activity android:name=".autofill.AutofillPreferenceActivity">
|
<activity android:name=".autofill.AutofillPreferenceActivity" />
|
||||||
<meta-data
|
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
|
||||||
android:value="com.zeapo.pwdstore.PasswordStore" />
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".crypto.PgpActivity"
|
android:name=".crypto.PgpActivity"
|
||||||
|
|
Loading…
Reference in a new issue