Skip to content

Commit 6c48bb6

Browse files
committed
fix(android): more native-api-usage fixes
1 parent ef151b1 commit 6c48bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ble/platforms/android/native-api-usage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"android.bluetooth:BluetoothDevice",
1010
"java.nio.charset:Charset",
1111
"java.util:UUID",
12-
" android.bluetooth:BluetoothAdapter",
12+
"android.bluetooth:BluetoothAdapter",
1313
"android.bluetooth.le:BluetoothLeScanner",
1414
"android.os:ParcelUuid",
15-
" android.bluetooth.BluetoothAdapter:LeScanCallback",
16-
" android.util:SparseArray",
15+
"android.bluetooth.BluetoothAdapter:LeScanCallback",
16+
"android.util:SparseArray",
1717
"android.bluetooth.le:ScanCallback",
1818
"android.bluetooth:BluetoothGattCallback",
1919
"android.bluetooth:BluetoothGattCharacteristic",

0 commit comments

Comments
 (0)