Put API activites in normal process to allow hydrate/dehydrate of logs
This commit is contained in:
@@ -710,14 +710,12 @@
|
|||||||
android:name=".remote.ui.RemoteServiceActivity"
|
android:name=".remote.ui.RemoteServiceActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop" />
|
||||||
android:process=":remote_api" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".remote.ui.SelectSignKeyIdActivity"
|
android:name=".remote.ui.SelectSignKeyIdActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop" />
|
||||||
android:process=":remote_api" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".remote.ui.AppSettingsActivity"
|
android:name=".remote.ui.AppSettingsActivity"
|
||||||
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user