AndroidManifest.xml

 

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxxx.xxx"
android:versionCode="1"
android:versionName="1.0" >

<application
android:icon="@drawable/app_icon"
android:debuggable="true"
android:label="xxxx" >

posted @ 2014-07-03 10:22  ing...  阅读(193)  评论(0)    收藏  举报