Skip to content

apps with <uses-feature android:name="android.software.live_wallpaper" /> aren't retrieved #10

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?

session.setOperatorO2();
session.getContext().setDeviceAndSdkVersion("sapphire:7");
session.login("user","passw")
appsRequest = AppsRequest.newBuilder()
                                .setQuery("andforge")
                                .setStartIndex(0).setEntriesCount(10)
                                .setWithExtendedInfo(true)
                                .build();


What is the expected output? What do you see instead?

There should be 9 apps, but instead ...  only 7 are retrieved.


What version of the product are you using? On what operating system?
android-market-api 0.3


Please provide any additional information below.
- All Apps are without! copy protection.

The two missing apps have the line
<uses-feature android:name="android.software.live_wallpaper"></uses-feature>
in their manifest. I'm pretty sure that this is the problem. :(







Original issue reported on code.google.com by elba...@googlemail.com on 21 Mar 2010 at 8:56

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions