diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-16 12:18:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 12:18:38 +0530 |
commit | d4379a47791ea0002eda9821f35c632f1e224962 (patch) | |
tree | 2800d02bc7c2e412777cd4d7e00105b575f5d375 /app/src/main/AndroidManifest.xml | |
parent | 41ecdd7b08bf3119c365ed8ce29fb95c63668e4b (diff) |
Remove manual key selection and start actually using `.gpg-id` (#916)
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5fcbe706..1fea64ba 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -83,11 +83,6 @@ android:parentActivityName=".PasswordStore" android:windowSoftInputMode="adjustResize" /> - <activity - android:name=".crypto.GetKeyIdsActivity" - android:parentActivityName=".PasswordStore" - android:theme="@style/NoBackgroundTheme" /> - <service android:name=".autofill.AutofillService" android:enabled="@bool/enable_accessibility_autofill" |