[android-developers] Re: How can users enable compatibility mode?

2013-04-17 Thread Piren
You don't enable it on the device.. the device does it for you.
If the app wasn't designed for a tablet and meets the conditions (like 
having the targetSdk below a set level and/or having not declared it is 
destined for big screens) then the device will show the proper 
  compatibility options like the Zoom button or the 3 dots.

On Monday, April 15, 2013 10:37:42 PM UTC+3, user123 wrote:
>
> I read here 
> that 
> under certain conditions, (optinal) compatibility mode is available to the 
> users.
>
> But I can't find it on the device, I looked in the menu of the app, in 
> app's settings, display settings, etc. Nothing with compatibility mode. 
> Where is it / should it be?
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: How can users enable compatibility mode?

2013-04-17 Thread user123
Well, then that's my question. Why the device is not showing them. I put 
both min and target SDK to 8. I also don't have manifest element for 
explicit support of large screens. So this option should appear. But I 
don't see it. Just the action bar, with 3 dots for my custom menu and 
that's it :(


Am Mittwoch, 17. April 2013 09:09:20 UTC+2 schrieb Piren:
>
> You don't enable it on the device.. the device does it for you.
> If the app wasn't designed for a tablet and meets the conditions (like 
> having the targetSdk below a set level and/or having not declared it is 
> destined for big screens) then the device will show the proper 
>   compatibility options like the Zoom button or the 3 dots.
>
> On Monday, April 15, 2013 10:37:42 PM UTC+3, user123 wrote:
>>
>> I read here 
>> that 
>> under certain conditions, (optinal) compatibility mode is available to the 
>> users.
>>
>> But I can't find it on the device, I looked in the menu of the app, in 
>> app's settings, display settings, etc. Nothing with compatibility mode. 
>> Where is it / should it be?
>>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: How can users enable compatibility mode?

2013-04-17 Thread Piren
You are using a tablet right? :)
Big screen support only shows the "Zoom" icon on large screen devices 
(tablets, maybe phablets as well, never seen it on a Note though)

On Wednesday, April 17, 2013 11:11:39 PM UTC+3, user123 wrote:
>
> Well, then that's my question. Why the device is not showing them. I put 
> both min and target SDK to 8. I also don't have manifest element for 
> explicit support of large screens. So this option should appear. But I 
> don't see it. Just the action bar, with 3 dots for my custom menu and 
> that's it :(
>
>
> Am Mittwoch, 17. April 2013 09:09:20 UTC+2 schrieb Piren:
>>
>> You don't enable it on the device.. the device does it for you.
>> If the app wasn't designed for a tablet and meets the conditions (like 
>> having the targetSdk below a set level and/or having not declared it is 
>> destined for big screens) then the device will show the proper 
>>   compatibility options like the Zoom button or the 3 dots.
>>
>> On Monday, April 15, 2013 10:37:42 PM UTC+3, user123 wrote:
>>>
>>> I read here 
>>> that 
>>> under certain conditions, (optinal) compatibility mode is available to the 
>>> users.
>>>
>>> But I can't find it on the device, I looked in the menu of the app, in 
>>> app's settings, display settings, etc. Nothing with compatibility mode. 
>>> Where is it / should it be?
>>>
>>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: How can users enable compatibility mode?

2013-04-19 Thread user123
Yes, a Nexus 7.

Am Donnerstag, 18. April 2013 08:37:31 UTC+2 schrieb Piren:
>
> You are using a tablet right? :)
> Big screen support only shows the "Zoom" icon on large screen devices 
> (tablets, maybe phablets as well, never seen it on a Note though)
>
> On Wednesday, April 17, 2013 11:11:39 PM UTC+3, user123 wrote:
>>
>> Well, then that's my question. Why the device is not showing them. I put 
>> both min and target SDK to 8. I also don't have manifest element for 
>> explicit support of large screens. So this option should appear. But I 
>> don't see it. Just the action bar, with 3 dots for my custom menu and 
>> that's it :(
>>
>>
>> Am Mittwoch, 17. April 2013 09:09:20 UTC+2 schrieb Piren:
>>>
>>> You don't enable it on the device.. the device does it for you.
>>> If the app wasn't designed for a tablet and meets the conditions (like 
>>> having the targetSdk below a set level and/or having not declared it is 
>>> destined for big screens) then the device will show the proper 
>>>   compatibility options like the Zoom button or the 3 dots.
>>>
>>> On Monday, April 15, 2013 10:37:42 PM UTC+3, user123 wrote:

 I read here 
 that 
 under certain conditions, (optinal) compatibility mode is available to the 
 users.

 But I can't find it on the device, I looked in the menu of the app, in 
 app's settings, display settings, etc. Nothing with compatibility mode. 
 Where is it / should it be?

>>>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: How can users enable compatibility mode?

2013-04-20 Thread Piren
I believe you already got the response you wanted in the other thread :)

On Friday, April 19, 2013 1:40:42 PM UTC+3, user123 wrote:
>
> Yes, a Nexus 7.
>
> Am Donnerstag, 18. April 2013 08:37:31 UTC+2 schrieb Piren:
>>
>> You are using a tablet right? :)
>> Big screen support only shows the "Zoom" icon on large screen devices 
>> (tablets, maybe phablets as well, never seen it on a Note though)
>>
>> On Wednesday, April 17, 2013 11:11:39 PM UTC+3, user123 wrote:
>>>
>>> Well, then that's my question. Why the device is not showing them. I put 
>>> both min and target SDK to 8. I also don't have manifest element for 
>>> explicit support of large screens. So this option should appear. But I 
>>> don't see it. Just the action bar, with 3 dots for my custom menu and 
>>> that's it :(
>>>
>>>
>>> Am Mittwoch, 17. April 2013 09:09:20 UTC+2 schrieb Piren:

 You don't enable it on the device.. the device does it for you.
 If the app wasn't designed for a tablet and meets the conditions (like 
 having the targetSdk below a set level and/or having not declared it is 
 destined for big screens) then the device will show the proper 
   compatibility options like the Zoom button or the 3 dots.

 On Monday, April 15, 2013 10:37:42 PM UTC+3, user123 wrote:
>
> I read here 
> that
>  
> under certain conditions, (optinal) compatibility mode is available to 
> the 
> users.
>
> But I can't find it on the device, I looked in the menu of the app, in 
> app's settings, display settings, etc. Nothing with compatibility mode. 
> Where is it / should it be?
>


-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.