File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43
54 <uses-permission android : name =" android.permission.BLUETOOTH_CONNECT" />
65 <uses-permission android : name =" android.permission.BLUETOOTH_SCAN" />
7- <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
8- <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION"
9- tools : ignore =" CoarseFineLocation" />
106 <application >
117 <activity android : name =" .kotlin.MainActivity" ></activity >
128 <activity android : name =" .java.DeviceScanActivity" />
2622 <uses-permission android : name =" android.permission.BLUETOOTH" />
2723 <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
2824
25+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
26+ <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
2927</manifest >
You can’t perform that action at this time.
0 commit comments