mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-26 09:58:20 +01:00
20 lines
743 B
XML
20 lines
743 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="net.pierrox.lightning_launcher.lp.chinese"
|
|
android:versionCode="8"
|
|
android:versionName="8">
|
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" />
|
|
|
|
<application android:label="@string/pack_name" android:icon="@drawable/ic_launcher">
|
|
<activity
|
|
android:name=".chinese"
|
|
android:label="@string/pack_name_short"
|
|
android:excludeFromRecents="true"
|
|
android:icon="@drawable/ic_launcher">
|
|
<intent-filter>
|
|
<action android:name="net.pierrox.lightning_launcher.lp.ENUMERATE" />
|
|
</intent-filter>
|
|
</activity>
|
|
</application>
|
|
|
|
</manifest>
|