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

Commit eb89202e authored by Evan Severson's avatar Evan Severson
Browse files

Hide the title of the uninstall alert dialog

Fixes: 126376004
Test: Observation
Change-Id: Id76477b3dee11613dd6d39d48a322746f6cd5a97
parent a1e4cacc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@

        <activity android:name=".UninstallerActivity"
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:theme="@style/Theme.AlertDialogActivity.NoActionBar"
                android:excludeFromRecents="true"
                android:noHistory="true">
            <intent-filter android:priority="1">
+5 −0
Original line number Diff line number Diff line
@@ -24,4 +24,9 @@
    <style name="Theme.AlertDialogActivity"
            parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />

    <style name="Theme.AlertDialogActivity.NoActionBar">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
    </style>

</resources>