In fact no I'm not, but thats the point.

I'm using the android-support-v4.jar library as per 
http://android-developers.blogspot.com/2011/03/fragments-for-all.html

The point is to build against a lower SDK version but still allow 
compatibility with the fragment api. 
The attribute in question was added in gingerbread however, but I need to 
support froyo because thats where most of my users are.
The problem is that without being able to add the attribute (as I understand 
it) honeycomb apps will treat the app as a phone-only app and run them in a 
special mode that will not use the fragments.

Really this is a problem with XML validation because the system should 
simply ignore attributes it doesn't know what to do with.

I'm wondering if anyone has had this problem, or what if any ideas people 
have for working around the problem, short of deploying two different apps.

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

Reply via email to