Skip to content

Commit df7431d

Browse files
committed
fix(android): improved native-api-usage
1 parent bdf942f commit df7431d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"uses": [
3-
"android.bluetooth:BluetoothProfile*",
4-
"android.bluetooth:BluetoothGatt*",
5-
"androidx.core.content:ContextCompat*",
6-
"java.lang:Class*",
7-
"java.lang.reflect:Method*",
8-
"android.bluetooth.le:ScanSettings*",
9-
"android.bluetooth:BluetoothDevice*",
10-
"java.nio.charset:Charset*",
11-
"java.util:UUID*",
12-
" android.bluetooth:BluetoothAdapter*",
13-
"android.bluetooth.le:BluetoothLeScanner*",
14-
"android.os:ParcelUuid*",
15-
" android.bluetooth.BluetoothAdapter:LeScanCallback*",
16-
" android.util:SparseArray*",
17-
"android.bluetooth.le:ScanCallback*",
18-
"android.bluetooth:BluetoothGattCallback*",
19-
"android.bluetooth:BluetoothGattCharacteristic*",
20-
"android.bluetooth.le.ScanSettings:Builder*",
21-
"android.bluetooth.le.ScanFilter:Builder*",
22-
"android.bluetooth.le:ScanFilter*"
3+
"android.bluetooth:BluetoothProfile",
4+
"android.bluetooth:BluetoothGatt",
5+
"androidx.core.content:ContextCompat",
6+
"java.lang:Class",
7+
"java.lang.reflect:Method",
8+
"android.bluetooth.le:ScanSettings",
9+
"android.bluetooth:BluetoothDevice",
10+
"java.nio.charset:Charset",
11+
"java.util:UUID",
12+
" android.bluetooth:BluetoothAdapter",
13+
"android.bluetooth.le:BluetoothLeScanner",
14+
"android.os:ParcelUuid",
15+
" android.bluetooth.BluetoothAdapter:LeScanCallback",
16+
" android.util:SparseArray",
17+
"android.bluetooth.le:ScanCallback",
18+
"android.bluetooth:BluetoothGattCallback",
19+
"android.bluetooth:BluetoothGattCharacteristic",
20+
"android.bluetooth.le.ScanSettings:Builder",
21+
"android.bluetooth.le.ScanFilter:Builder",
22+
"android.bluetooth.le:ScanFilter"
2323
]
2424
}

0 commit comments

Comments
 (0)