From 4cc828629aee51f4a260c66fd39320adb6b3e86b Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 09 十一月 2020 19:36:36 +0800
Subject: [PATCH] 0312 修复部分渠道空指针问题,runOnUiThread中调用quick接口
---
SdkProject/app/src/main/AndroidManifest.xml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/SdkProject/app/src/main/AndroidManifest.xml b/SdkProject/app/src/main/AndroidManifest.xml
index a006a7c..d4fa29f 100644
--- a/SdkProject/app/src/main/AndroidManifest.xml
+++ b/SdkProject/app/src/main/AndroidManifest.xml
@@ -8,6 +8,15 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
- android:theme="@style/Theme.SdkProject" />
+ android:name=".BaseApplication"
+ android:theme="@style/Theme.SdkProject">
+ <activity android:name=".MainActivity">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
</manifest>
\ No newline at end of file
--
Gitblit v1.8.0