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

Commit 1d206df6 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

SettingsProvider: Update action for Profile picker.

Change-Id: Ic344b0b40d32abaea59dea335511e920825446ba
parent d7f031aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
                android:theme="@*android:style/Theme.Material.Dialog.Alert"
                android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.PROFILE_PICKER" />
                <action android:name="cyanogenmod.platform.intent.action.PROFILE_PICKER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>