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

Commit 218718d4 authored by Rubin Xu's avatar Rubin Xu
Browse files

Allow system server to query local WiFi MAC address

Bug: 70500939
Test: cts-tradefed run cts-dev -m CtsDevicePolicyManagerTestCases -t com.android.cts.devicepolicy.DeviceOwnerTest#testWifi
Change-Id: Ia4b83cc9f898cedeafb0951668d4fd08123cda5d
parent d93cecec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3500,6 +3500,7 @@
        @hide -->
    <permission android:name="android.permission.LOCAL_MAC_ADDRESS"
                android:protectionLevel="signature|privileged" />
    <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS"/>

    <!-- @SystemApi Allows access to MAC addresses of WiFi and Bluetooth peer devices.
        @hide -->