Sure..

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      android:versionCode="1"
      android:versionName="1.0" package="net.dbws.bocnwallpaper">
    <application android:icon="@drawable/launcher_icon"
        android:label="@string/app_name">
        <activity android:name=".Main"
                  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="4" />
    <uses-permission android:name="android.permission.INTERNET"></uses-
permission>
    <uses-permission android:name="android.permission.SET_WALLPAPER" /
>
</manifest>



On Oct 20, 10:14 am, Marcin Orlowski <[email protected]> wrote:
> On 19 October 2010 16:13, JimmyHoffa <[email protected]> wrote:
>
> > My minimum SDK version is 4, I created it with the 1.6 SDK specified
> > so not sure why he can't see it or install it.  He has a 1.6 Magic
> > handset.
>
> Show your manifest file

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to