Saturday, February 12, 2011

[android-developers] Re: Does the Google app store allow apps that target just 1 device?

If you can find a shared library that is present only on the device
you target, then you can use <uses-library> in your manifest. See
http://developer.android.com/guide/appendix/market-filters.html#manifest-filters
for details. Likewise for features (<uses-feature>)

On Feb 8, 7:27 am, Lee Leclair <zer0stimu...@gmail.com> wrote:
> If I have an app that will only run on the Samsung Galaxy S or HTC
> Hero, because it uses vendor proprietary SDKs, will the Google app
> store still accept my app?

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

No comments:

Post a Comment