11 Star 33 Fork 24

红薯 / flatmagic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AndroidManifest.xml 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
鉴客 提交于 2013-04-26 23:19 . init
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.liusoft.android.fmagic"
android:versionCode="4"
android:versionName="0.4">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name="MagicGame"
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="MagicSetting" android:label="@string/menu_setting"/>
<activity android:name="ImageSelector" android:label="@string/img_selector_title"/>
</application>
<uses-sdk android:minSdkVersion="2" />
</manifest>
Android
1
https://gitee.com/ld/flatmagic.git
git@gitee.com:ld/flatmagic.git
ld
flatmagic
flatmagic
master

搜索帮助