Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleAndroidManifest.xml
linenumberstrue
<application>  
    <meta-data  
        android:name="com.example.testbaidu.lbsapi.API_KEY"  
        android:value="开发者 key" />  
</application>


这样百度SDK就可以通过清单文件获取key的值,并验证key的有效性