This commit is contained in:
Dominik Schürmann
2015-03-10 11:34:35 +01:00
parent b3257e0ffa
commit f13953e8fc
12 changed files with 633 additions and 280 deletions

View File

@@ -711,6 +711,12 @@
android:label="@string/app_name"
android:launchMode="singleTop"
android:process=":remote_api" />
<activity
android:name=".remote.ui.SelectSignKeyIdActivity"
android:exported="false"
android:label="@string/app_name"
android:launchMode="singleTop"
android:process=":remote_api" />
<activity
android:name=".remote.ui.AppSettingsActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"