Skip to content

Commit b7cc27f

Browse files
committed
android: remove unused LOCAL_ADDRESS permission
1 parent 0e0af35 commit b7cc27f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
android:maxSdkVersion="30" />
3636
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"
3737
android:maxSdkVersion="30" />
38-
<uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS"
39-
tools:ignore="ProtectedPermissions" />
4038

4139
<application
4240
android:allowBackup="true"
@@ -62,6 +60,7 @@
6260
android:name="android.appwidget.provider"
6361
android:resource="@xml/noise_control_widget_info" />
6462
</receiver>
63+
6564
<receiver
6665
android:name=".widgets.BatteryWidget"
6766
android:exported="false">

0 commit comments

Comments
 (0)