Make SuRequest default to Translucent.NoTitleBar

Close #1959
This commit is contained in:
topjohnwu 2019-10-20 17:35:38 -04:00
parent 75306f658f
commit 96a8a2a8b8
2 changed files with 2 additions and 0 deletions

View File

@ -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" />

View File

@ -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" />