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

Commit 3c6f7a33 authored by Barnaby James's avatar Barnaby James Committed by Android (Google) Code Review
Browse files

Merge "Remove intent filter for Airplane mode voice activity." into lmp-dev

parents 91648629 cec8e2fe
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -138,18 +138,6 @@
                android:value="true" />
        </activity>

        <activity android:name="AirplaneModeVoiceActivity"
                android:label="@string/wireless_networks_settings_title"
                android:theme="@android:style/Theme.Material.Light.Voice"
                android:exported="true"
                android:taskAffinity="">
            <intent-filter>
                <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.VOICE" />
            </intent-filter>
        </activity>

        <!-- Top-level settings -->

        <activity android:name="Settings$WifiSettingsActivity"