Open GoogleCodeExporter opened 8 years ago
Are live wallpapers only available to Android 2.1 devices? Maybe the cause
isn't
that this app is a live wallpaper, but that it's a 2.1 app.
setDeviceAndSdkVersion("sapphire:7"); // may only return apps < Android 2.0
Original comment by ldonel...@gmail.com
on 5 Apr 2010 at 10:34
I just discovered this issue when I published a new version of my live
wallpaper after having added the following line in AndroidManifest
<uses-feature android:name="android.software.live_wallpaper"></uses-feature>
I discovered that the application was suddenly not visible anymore by
androlib.com
I tried to use android-market-api and I found the exactly the same issue. The
live wallpaper is not visible anymore. (it was visible before last update)
Since Google is pushing developer to correctly set all uses-feature flag (sse
http://android-developers.blogspot.com/2010/11/market-housekeeping-alert.html),
I think that the priority of this issue should be raised.
Maybe other applications may be unwillingly filtered because of
“use-feature” declaration.
Original comment by patrick....@gmail.com
on 18 Nov 2010 at 5:15
Works for me with the latest version.
At least it appeared to, when I chose some random app on the Market that
appeared to be a live wallpaper.
However, setting a valid Android ID on the Market Session definitely *does*
work -- it made an app become visible, which I know uses
"android.software.live_wallpaper". Without an Android ID, it was not returned
by the API.
Original comment by chris@orr.me.uk
on 10 Apr 2011 at 10:14
Original issue reported on code.google.com by
elba...@googlemail.com
on 21 Mar 2010 at 8:56