mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-27 09:58:48 +01:00
20 lines
737 B
XML
20 lines
737 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="net.pierrox.lightning_launcher.lp.ptbr"
|
|
android:versionCode="5"
|
|
android:versionName="5">
|
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" />
|
|
|
|
<application android:label="@string/pack_name" android:icon="@drawable/ic_launcher">
|
|
<activity
|
|
android:name=".ptbr"
|
|
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>
|