Add dark theme to superuser request

This commit is contained in:
topjohnwu
2017-12-03 15:15:00 +08:00
parent f3c3b5a649
commit 595c72147c
14 changed files with 263 additions and 251 deletions
-5
View File
@@ -52,11 +52,6 @@
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:taskAffinity="internal.superuser"
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".superuser.SuRequestActivity"
android:excludeFromRecents="true"
android:taskAffinity="internal.superuser"
android:theme="@style/SuRequest" />
<receiver android:name=".superuser.SuReceiver" />