diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1d78e734..0e79441d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -96,27 +96,11 @@ android:parentActivityName=".ui.passwords.PasswordStore" /> <activity - android:name=".ui.crypto.PasswordCreationActivity" - android:exported="false" - android:label="@string/new_password_title" - android:windowSoftInputMode="adjustResize" /> - - <activity android:name=".ui.crypto.PasswordCreationActivityV2" android:exported="false" android:label="@string/new_password_title" android:windowSoftInputMode="adjustResize" /> - <activity - android:name=".ui.crypto.DecryptActivity" - android:exported="false" - android:windowSoftInputMode="adjustResize" /> - - <activity - android:name=".ui.crypto.GetKeyIdsActivity" - android:exported="false" - android:theme="@style/NoBackgroundThemeM3" /> - <service android:name=".util.services.ClipboardService" android:exported="false" @@ -151,10 +135,6 @@ android:label="@string/pref_ssh_keygen_title" android:windowSoftInputMode="adjustResize" /> <activity - android:name=".ui.autofill.AutofillDecryptActivity" - android:exported="false" - android:theme="@style/NoBackgroundThemeM3" /> - <activity android:name=".ui.autofill.AutofillDecryptActivityV2" android:exported="false" android:theme="@style/NoBackgroundThemeM3" /> |