Put API activites in normal process to allow hydrate/dehydrate of logs

This commit is contained in:
Dominik Schürmann 2015-03-15 19:35:03 +01:00
parent 809cd6e495
commit 75368034bd
1 changed files with 2 additions and 4 deletions

View File

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