admin
2021-10-29 a97a225f2ea2cde0c0acf99a7d262f4a8d1d55f3
android/app/src/main/AndroidManifest.xml
@@ -1,9 +1,15 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.location">
   <application
       android:name="com.yeshi.location.MyApplication"
        android:label="location"
        android:icon="@mipmap/ic_launcher">
        <activity
       <meta-data
           android:name="com.baidu.lbsapi.API_KEY"
           android:value="cOlR8Kpr9SKqL3gghONxxltcZOxEqFh0" />
       <activity
            android:name=".MainActivity"
            android:launchMode="singleTop"
            android:theme="@style/LaunchTheme"