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

Commit b2c1eb77 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

SystemUI: remove deleted broadcast receiver



Commit 221a7eef removed said broadcast
receiver

Change-Id: I72405174b8f9025babd29b584d2a6fec3a667166
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 8e7d8fac
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -186,13 +186,6 @@
            </intent-filter>
        </receiver>

        <receiver android:name=".qs.tiles.HotspotTile$APChangedReceiver"
                androidprv:primaryUserOnly="true">
            <intent-filter>
                <action android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
            </intent-filter>
        </receiver>

        <activity android:name=".usb.UsbStorageActivity"
                  android:label="@*android:string/usb_storage_activity_title"
                  android:excludeFromRecents="true">