You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
737 B
18 lines
737 B
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="net.margaritov.preference.colorpicker"
|
||
|
android:versionCode="0111"
|
||
|
android:versionName="1.11">
|
||
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||
|
<activity android:name="net.margaritov.preference.colorpicker.Test"
|
||
|
android:label="@string/app_name">
|
||
|
<intent-filter>
|
||
|
<action android:name="android.intent.action.MAIN" />
|
||
|
<category android:name="android.intent.category.LAUNCHER" />
|
||
|
</intent-filter>
|
||
|
</activity>
|
||
|
|
||
|
</application>
|
||
|
<uses-sdk android:minSdkVersion="7" />
|
||
|
|
||
|
</manifest>
|