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

Commit 0f8007e5 authored by Gabriele M's avatar Gabriele M
Browse files

CMParts: Update intent to start the status bar preferences

We now use a separate activity alias for the status bar
preferences.

Change-Id: I82490bf5317cab86c27246cc22b566881bd38be4
parent 8ba6fe34
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -40,12 +40,7 @@
            android:key="status_bar_icons"
            android:title="@string/status_bar_system_icons_title"
            android:summary="@string/status_bar_system_icons_summary">
            <intent
                android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.systemui"
                android:targetClass="com.android.systemui.tuner.TunerActivity">
                <extra android:name="tuner" android:value="status_bar" />
            </intent>
            <intent android:action="com.android.settings.action.STATUS_BAR_TUNER" />
        </PreferenceScreen>

    </PreferenceCategory>