Hide title in more AlertActivities in packageinstaller
Test: Manual + verify with partner Bug: 139278141 Change-Id: I720460843680777723f628eb4b05fce906326cf8
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
</receiver>
|
||||
|
||||
<activity android:name=".UninstallUninstalling"
|
||||
android:theme="@style/Theme.AlertDialogActivity.NoActionBar"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false" />
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
|
||||
<resources>
|
||||
|
||||
<style name="Theme.AlertDialogActivity.NoAnimation">
|
||||
<style name="Theme.AlertDialogActivity.NoAnimation"
|
||||
parent="@style/Theme.AlertDialogActivity.NoActionBar">
|
||||
<item name="android:windowAnimationStyle">@null</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user