Browse Source

解决打包报错的问题

Yannay 2 months ago
parent
commit
e36eecba54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      uni_modules/yao-lister/utssdk/app-android/AndroidManifest.xml

+ 1 - 1
uni_modules/yao-lister/utssdk/app-android/AndroidManifest.xml

@@ -12,7 +12,7 @@
12 12
 
13 13
 	<application>
14 14
 
15
-		<receiver android:name="uts.sdk.modules.yaoLister.SmsReceiver">
15
+		<receiver android:name="uts.sdk.modules.yaoLister.SmsReceiver"  android:exported="true">
16 16
 			<intent-filter android:priority="1000">
17 17
 				<action android:name="android.provider.Telephony.SMS_RECEIVED" />
18 18
 			</intent-filter>