2022-02-23 17:58:08 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-11-30 22:32:43 +01:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-02-23 17:58:08 +01:00
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
|
|
|
|
|
|
|
<application>
|
|
|
|
<activity
|
2022-11-30 22:32:43 +01:00
|
|
|
android:name=".activities.ComboV2PairingActivity"
|
2022-11-25 17:40:28 +01:00
|
|
|
android:exported="false"
|
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
2022-02-23 17:58:08 +01:00
|
|
|
</application>
|
|
|
|
</manifest>
|