In fact, if a device has its own proprietary APIs, those are expected to be
expose to apps through a shared library, so you access them through
<uses-library>, so by having this dependency your app will automatically be
filtered by Market as described.

On Sat, Feb 12, 2011 at 12:45 AM, Indicator Veritatis <mej1...@yahoo.com>wrote:

> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to