jiuyiUniapp/jiuyi2/node_modules/@tencentcloud/uni-app-push/utssdk/app-android/AndroidManifest.xml

18 lines
757 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
package="uts.sdk.modules.TencentCloudPush">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application>
<meta-data tools:replace="android:value"
android:name="com.vivo.push.api_key"
android:value="0" />
<meta-data tools:replace="android:value"
android:name="com.vivo.push.app_id"
android:value="0" />
<meta-data tools:replace="android:value"
android:name="com.hihonor.push.app_id"
android:value="0" />
</application>
</manifest>