AndroidManifest.xml 366 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
<?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">
   
    <application>
        <!--meta-data-->
        <meta-data android:name="TencentMapSDK" android:value="您申请的腾讯定位App Key" />

    </application>
</manifest>