Settings fragment and activity for apps

This commit is contained in:
Dominik Schürmann
2013-09-04 22:04:27 +02:00
parent c3b49a318f
commit d8bd6e2946
11 changed files with 220 additions and 113 deletions

View File

@@ -470,7 +470,12 @@
<activity
android:name="org.sufficientlysecure.keychain.remote_api.RegisteredAppsListActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:exported="false"
android:label="@string/title_crypto_consumers" />
<activity
android:name="org.sufficientlysecure.keychain.remote_api.AppSettingsActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:exported="false" />
<!-- Remote API -->