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

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

Merge "[QS] Add Settings intent filters for Data Usage" into pi-dev

parents 80bf63a2 ff5bd334
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2397,6 +2397,10 @@
            android:taskAffinity="com.android.settings"
            android:parentActivityName="Settings">
            <!-- TODO(b/70950124): add shortcut intent-filter -->
            <intent-filter android:priority="1">
                <action android:name="android.settings.DATA_USAGE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="10">
                <action android:name="com.android.settings.action.SETTINGS" />
            </intent-filter>
@@ -2412,6 +2416,10 @@
            android:icon="@drawable/ic_settings_data_usage"
            android:taskAffinity="com.android.settings"
            android:parentActivityName="Settings">
            <intent-filter android:priority="1">
                <action android:name="android.settings.DATA_USAGE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />