AndroidManifest.xml 744 字节
Newer Older
1 2 3 4
<?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="io.dcloud.hellouts">
   
5 6
    <application android:networkSecurityConfig="@xml/custom_network_security_config"
>
7 8
        <!--meta-data-->
        <meta-data android:name="TencentMapSDK" android:value="您申请的腾讯定位App Key" />
9 10 11 12 13 14 15 16 17
		
		<activity android:name="uni.UNI70BE9D0.RootPackageActivity"
			android:launchMode="singleTask"
			android:exported="true">
			<intent-filter>
				<action android:name="uni.UNI70BE9D0.RootPackageActivity" />
				<category android:name="android.intent.category.DEFAULT" />
			</intent-filter>
		</activity>
18 19
    </application>
</manifest>