aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-09-14 22:37:55 +0530
committerGitHub <noreply@github.com>2021-09-14 22:37:55 +0530
commit571ab4e78e022ba7c9f0b8e20d3dd81f371d1b3c (patch)
treead2d5d61878da9889803a973ceba8326e29be001 /app/src/main/AndroidManifest.xml
parent30cb8cfceb54054e18dc8d10206008fcfa10693d (diff)
Gopenpgp related fixes (#1503)
* app: rename new crypto activities (cherry picked from commit 89be012f995b878affb7e7a592750e130c7f0f2c) * app: allow alt backends to work without OpenKeychain (cherry picked from commit 7bf9f01e5ef7bb24700ce3f242e5aabbabbff09e) * app: rename ENABLE_GOPENPGP to ENABLE_PGP_V2_BACKEND
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 98d28f0a..94ad96fb 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -45,7 +45,7 @@
android:windowSoftInputMode="adjustResize" />
<activity
- android:name=".ui.crypto.GopenpgpDecryptActivity"
+ android:name=".ui.crypto.DecryptActivityV2"
android:exported="true" />
<activity
@@ -95,7 +95,7 @@
android:label="@string/new_password_title"
android:windowSoftInputMode="adjustResize" />
- <activity android:name=".ui.crypto.GopenpgpPasswordCreationActivity"
+ <activity android:name=".ui.crypto.PasswordCreationActivityV2"
android:label="@string/new_password_title"
android:windowSoftInputMode="adjustResize" />
@@ -137,7 +137,7 @@
android:name=".ui.autofill.AutofillDecryptActivity"
android:theme="@style/NoBackgroundTheme" />
<activity
- android:name=".ui.autofill.GopenpgpAutofillDecryptActivity"
+ android:name=".ui.autofill.AutofillDecryptActivityV2"
android:theme="@style/NoBackgroundTheme" />
<activity
android:name=".ui.autofill.AutofillFilterView"