From af2cbc2a24b3724e7fc3e6b42e134b21a3144c75 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 17 二月 2022 15:33:19 +0800
Subject: [PATCH] 过滤掉非json数据不传给三方使用
---
HDLSDK/app/src/main/AndroidManifest.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/HDLSDK/app/src/main/AndroidManifest.xml b/HDLSDK/app/src/main/AndroidManifest.xml
index c9d8256..964acd6 100644
--- a/HDLSDK/app/src/main/AndroidManifest.xml
+++ b/HDLSDK/app/src/main/AndroidManifest.xml
@@ -12,13 +12,14 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application
- android:allowBackup="true"
android:name=".App"
+ android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.HDLSDK">
+ <activity android:name=".device.DevicesListActivity"></activity>
<activity
android:name=".MainActivity"
android:exported="true">
--
Gitblit v1.8.0