Always run su requests in new tasks

This commit is contained in:
topjohnwu
2019-04-10 18:05:19 -04:00
parent fbdd72273e
commit 679db97209
2 changed files with 4 additions and 10 deletions
+1 -2
View File
@@ -41,10 +41,9 @@
<activity
android:name="a.m"
android:exported="false"
android:directBootAware="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:taskAffinity="a.m"
android:theme="@style/SuRequest" />
<!-- Receiver -->