Initial commit
This commit is contained in:
21
unpackage/dist/dev/.tsc/app-android/output.js
vendored
Normal file
21
unpackage/dist/dev/.tsc/app-android/output.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
'use strict';
|
||||
|
||||
require('android.content.Context');
|
||||
require('android.bluetooth.BluetoothAdapter');
|
||||
require('android.bluetooth.BluetoothManager');
|
||||
require('android.bluetooth.BluetoothDevice');
|
||||
require('android.bluetooth.BluetoothGatt');
|
||||
require('android.bluetooth.BluetoothGattCallback');
|
||||
require('android.bluetooth.le.ScanCallback');
|
||||
require('android.bluetooth.le.ScanResult');
|
||||
require('android.bluetooth.le.ScanSettings');
|
||||
require('android.os.Handler');
|
||||
require('android.os.Looper');
|
||||
require('androidx.core.content.ContextCompat');
|
||||
require('android.content.pm.PackageManager');
|
||||
require('android.bluetooth.BluetoothGattService');
|
||||
require('android.bluetooth.BluetoothGattCharacteristic');
|
||||
require('android.bluetooth.BluetoothGattDescriptor');
|
||||
require('java.util.UUID');
|
||||
require('vue');
|
||||
|
||||
Reference in New Issue
Block a user