I am unable to load the live wallpaper preferences from
'Wallpaper>Configure...'. I get the following error: 'Permission
Denial starting intent....requires permission BIND_WALLPAPER'

The preferences load fine when i click the settings button from within
the Livewallpaper menu. Here are some screen shots to better explain
the error:

Screen 1 Link: dl.dropbox.com/u/426528/RrD/device2.png

Screen 2 Link: dl.dropbox.com/u/426528/RrD/device3.png

Error Log Link: dl.dropbox.com/u/426528/RrD/device4.png


The manifest file is as follows:
<uses-sdk android:minSdkVersion="8" />

<uses-feature android:name="android.software.live_wallpaper" />

<uses-permission android:name="android.permission.INTERNET" />

<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION" />

    <uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE" />

<application android:icon="@drawable/icon" android:label="@string/
app_name"
android:permission="android.permission.BIND_WALLPAPER">
    <service android:name=".LiveWallpaper"
        android:label="@string/app_name"
        android:icon="@drawable/icon">

        <intent-filter>
            <action
android:name="android.service.wallpaper.WallpaperService" />
        </intent-filter>
        <meta-data android:name="android.service.wallpaper"
            android:resource="@xml/livewallpaper" />

    </service>

<activity android:label="PAM_Prefs" android:name=".PAM_Prefs"
android:theme="@android:style/Theme.Light.WallpaperSettings"
android:exported="true" android:icon="@drawable/icon">
        <uses-permission
android:name="android.permission.BIND_WALLPAPER" />
    </activity>

</application>

-- 
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