1 Star 0 Fork 1

啪嗒科技/SXTAndroidSource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AndroidManifest.xml 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
eqyun 提交于 2014-06-11 09:26 . Signed-off-by: eqyun eq20080724@126.com
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.listener_009"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.example.listener_009.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/ultrazb2014/SXTAndroidSource.git
git@gitee.com:ultrazb2014/SXTAndroidSource.git
ultrazb2014
SXTAndroidSource
SXTAndroidSource
master

搜索帮助