|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools" >
|
|
|
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
@@ -20,7 +20,11 @@
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/Theme.ISCS"
|
|
android:theme="@style/Theme.ISCS"
|
|
|
- tools:targetApi="31" >
|
|
|
|
|
|
|
+ tools:targetApi="31">
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".activity.WebSocketActivity"
|
|
|
|
|
+ android:exported="false" />
|
|
|
|
|
+
|
|
|
<meta-data
|
|
<meta-data
|
|
|
android:name="design_width_in_dp"
|
|
android:name="design_width_in_dp"
|
|
|
android:value="640" />
|
|
android:value="640" />
|
|
@@ -34,10 +38,9 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".activity.BleActivity"
|
|
android:name=".activity.BleActivity"
|
|
|
android:exported="false" />
|
|
android:exported="false" />
|
|
|
-
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".activity.MainActivity"
|
|
android:name=".activity.MainActivity"
|
|
|
- android:exported="true" >
|
|
|
|
|
|
|
+ android:exported="true">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|