summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-18 22:52:45 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-07-18 23:04:59 +0530
commit018939f815d939cc5ee3e97bea373d26ce94626c (patch)
treeffc16effbdaf47d535958c0544cdda505aee96ea /app/src/main/AndroidManifest.xml
parent82923983490fa87303303f37f39585b4785d9275 (diff)
Add key manager UI
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c08c284e..e187240d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -163,6 +163,11 @@
<activity
android:name=".ui.pgp.PGPKeyImportActivity"
android:theme="@style/NoBackgroundThemeM3" />
+ <activity
+ android:name=".ui.pgp.PGPKeyListActivity"
+ android:exported="false"
+ android:label="@string/activity_label_pgp_key_manager"
+ android:parentActivityName=".ui.settings.SettingsActivity" />
</application>
<queries>