1 Star 0 Fork 12

Ani_aierJun/LockPattern

forked from liweiping/LockPattern 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AndroidManifest.xml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
way 提交于 2013-12-22 17:50 . 升级版本到1.0.1
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.way.pattern"
android:versionCode="1"
android:versionName="1.0.1" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
<application
android:name="com.way.pattern.App"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.way.pattern.UnlockGesturePasswordActivity"
android:launchMode="singleTask"
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="com.way.pattern.CreateGesturePasswordActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
<activity
android:name="com.way.pattern.GuideGesturePasswordActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait" />
</application>
</manifest>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aierjun/LockPattern.git
[email protected]:aierjun/LockPattern.git
aierjun
LockPattern
LockPattern
master

搜索帮助