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

Commit bcd67d73 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Move pluto:isThemeable to <application> tag.

This works around a bug introduced in our support for pluto:isThemable
at the activity level.  The flag is effectively ignored now when used in
that way.

Additionally, this will cause the intent resolution dialog
(ChooserActivity) to become themed.

CR: Sergey Ten
parent bf5fbdd8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -952,7 +952,8 @@
                 android:hasCode="false"
                 android:label="@string/android_system_label"
                 android:allowClearUserData="false"
                 android:icon="@drawable/ic_launcher_android">
                 android:icon="@drawable/ic_launcher_android"
                 pluto:isThemeable="true">
        <activity android:name="com.android.internal.app.ChooserActivity"
                android:theme="@style/Theme.Dialog.Alert"
                android:excludeFromRecents="true"
@@ -965,8 +966,7 @@
        <activity android:name="com.android.internal.app.RingtonePickerActivity"
                android:theme="@style/Theme.Dialog.Alert"
                android:excludeFromRecents="true"
                android:multiprocess="true"
                pluto:isThemeable="true">
                android:multiprocess="true">
            <intent-filter>
                <action android:name="android.intent.action.RINGTONE_PICKER" />
                <category android:name="android.intent.category.DEFAULT" />