Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b09990e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide title in more AlertActivities in packageinstaller"

parents 35fbfcbd 5dc1e33d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@
        </receiver>

        <activity android:name=".UninstallUninstalling"
            android:theme="@style/Theme.AlertDialogActivity.NoActionBar"
            android:excludeFromRecents="true"
            android:exported="false" />

+2 −1
Original line number Diff line number Diff line
@@ -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>