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

Commit e346ab96 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Make icon_wifi overlayable

Vendors should be able to overlay the icon to match their UI styles.

Bug: 203720462
Change-Id: I998481da78b53b0a9e5e5913055309e57046b9ee
Test: m; check with overlay that icon is changed
parent ebc22a81
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -84,6 +84,10 @@
            <!-- An array of Denylisted EtherType, packets with EtherTypes within this array
            <!-- An array of Denylisted EtherType, packets with EtherTypes within this array
            will be dropped -->
            will be dropped -->
            <item type="array" name="config_apfEthTypeDenyList"/>
            <item type="array" name="config_apfEthTypeDenyList"/>
            <!-- Icon used for connected captive portal notifications on wifi networks,
            notifying that internet access is now available or that a venue info page is
            available, for example. -->
            <item type="drawable" name="icon_wifi"/>
        </policy>
        </policy>
    </overlayable>
    </overlayable>
</resources>
</resources>