Sfoglia il codice sorgente

解决打包报错的问题

Yannay 2 mesi fa
parent
commit
e36eecba54

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

@@ -12,7 +12,7 @@
12
 
12
 
13
 	<application>
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
 			<intent-filter android:priority="1000">
16
 			<intent-filter android:priority="1000">
17
 				<action android:name="android.provider.Telephony.SMS_RECEIVED" />
17
 				<action android:name="android.provider.Telephony.SMS_RECEIVED" />
18
 			</intent-filter>
18
 			</intent-filter>