Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jun 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 21 Mar 2010 at 8:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant