blob: 65cb20294c9b91b96179b5181ccfe75a7d9a6e5f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zst.xposed.halo.floatingwindow"
android:versionCode="124"
android:versionName="1.24 Beta" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppBaseTheme" >
<meta-data
android:name="xposedmodule"
android:value="true" />
<meta-data
android:name="xposedminversion"
android:value="2.0*" />
<meta-data
android:name="xposeddescription"
android:value="Halo Floating Windows from Paranoid Android (zst123)" />
<activity
android:name="com.zst.xposed.halo.floatingwindow.MainSettings"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.zst.xposed.halo.floatingwindow.AboutActivity"
android:label="@string/app_name"
android:theme="@style/Dark">
</activity>
</application>
</manifest>