Commit 96a8a2a8 authored by topjohnwu's avatar topjohnwu

Make SuRequest default to Translucent.NoTitleBar

Close #1959
parent 75306f65
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
<activity <activity
android:name="a.m" android:name="a.m"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:directBootAware="true" android:directBootAware="true"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:exported="false" /> android:exported="false" />
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
<activity <activity
android:name="a.g" android:name="a.g"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:directBootAware="true" android:directBootAware="true"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:exported="false" /> android:exported="false" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment