[android-developers] Re: Nexus 7 has no menu button?

2012-09-29 Thread Rudolf Hornig
Hi all, I just run into this issue too. I'm using minsdk set to 8 and target to 11. According to the blog here: http://android-developers.blogspot.hu/2012/01/say-goodbye-to-menu-button.html - If you set either minSdkVersion or targetSdkVersion to 11 or higher, the system *will

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread bob
*Many of the latest Android devices have eliminated the hard menu key found on earlier hardware. Consequently, it's now the responsibility of app developers to include soft menu keys in their apps. * * * *sic* On Wednesday, September 19, 2012 3:42:44 PM UTC-5, Keith Wiley wrote: I

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Right, so since it targets a very old SDK, you're saying they should be able to simply access the menus through an option in the system bar. In other words, these people don't know how to use their tablets; their problem has nothing to do with my app being incompatible with their device, or

[android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
On Wednesday, September 19, 2012 1:58:42 PM UTC-7, bob wrote: *Many of the latest Android devices have eliminated the hard menu key found on earlier hardware. Consequently, it's now the responsibility of app developers to include soft menu keys in their apps. * * * Um, forgive me, but

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
What Mark said is that you did things the standard way, users without hard menu button will see a soft one. But if you did it another way, it won't be shown. So you should update your app. On Sep 19, 2012 11:08 PM, Keith Wiley kbwi...@gmail.com wrote: On Wednesday, September 19, 2012 1:58:42

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Well, that's fair. I'm not denying the the current release is a little old and targets older SDKs. The app could certainly benefit from some sprucing up. However, I wanted to verify whether the app *should* essentially work on modern hardware given that some users were emailing me saying

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
What's your app? Is on Google play? On Sep 19, 2012 11:36 PM, Keith Wiley kbwi...@gmail.com wrote: Well, that's fair. I'm not denying the the current release is a little old and targets older SDKs. The app could certainly benefit from some sprucing up. However, I wanted to verify whether

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 5:33 PM, Keith Wiley kbwi...@gmail.com wrote: I'll have to try to find a Nexus to test it on myself to be absolutely certain of the circumstances. Or, test it on an emulator where you have disabled support for the MENU button. -- Mark Murphy (a Commons Guy)

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
is there hidden someplace J From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Francisco Marzoa Sent: Wednesday, September 19, 2012 5:46 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Nexus 7 has no menu button? What's

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar ways (w.r.t. the basic OS framework and model) I expect their menu behavior to be similar such that verifying with either one should inform me about both...I presume. Thanks a

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Right, ugh. Thanks. I'm out of practice. I've been testing over USB on my own device for several months now and have completely blanked on the emulator. I'll see how that works. Good suggestions. On Wednesday, September 19, 2012 2:51:37 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
J *From:* android-d...@googlegroups.com javascript: [mailto: android-d...@googlegroups.com javascript:] *On Behalf Of *Francisco Marzoa *Sent:* Wednesday, September 19, 2012 5:46 PM *To:* android-d...@googlegroups.com javascript: *Subject:* Re: [android-developers] Re: Nexus 7 has

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
Why it needs permission to call phone numbers? I rather like to try it on my N7, but no with such permission, indeed. On Sep 19, 2012 11:53 PM, Keith Wiley kbwi...@gmail.com wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 5:51 PM, Keith Wiley kbwi...@gmail.com wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very similar ways (w.r.t. the basic OS framework and model) I expect their menu behavior to be similar such that verifying

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
OYE! We're off topic and this is a very common complaint. People butt heads with me over the permissions all. the. time. It's so frustrating. I do the best I can to explain these things up front on the Android Market (or Google Play [worst name ever]) but the Google Play interface is not

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Thanks. On Wednesday, September 19, 2012 3:14:11 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Wed, Sep 19, 2012 at 5:51 PM, Keith Wiley kbw...@gmail.comjavascript: wrote: Shead Spreet Lite. I would also be curious about WildSpectra Mobile Lite. Since they are built in very

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Mark Murphy
On Wed, Sep 19, 2012 at 6:24 PM, Keith Wiley kbwi...@gmail.com wrote: The ability to jump to the phone dialer was a specific user request (not even my idea) to enable users to tap phone numbers in spread sheets and jump to the dialer app to easy calling. You do not need CALL_PHONE to use

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Francisco Marzoa
Well, bear in mind that I was about to install the application just for helping you for free, so I am actually not interested on it enough to read the app description... Anyway I realized after writing my previous message that N7 has no phone at all, so that permission has no effect neither... so

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
Oh cool. I see what you're getting at. Thanks. I actually know exactly how that happened. I originally used ACTION_CALL (and therefore had to put CALL_PHONE in). I didn't like having it immediately dial so I switched to ACTION_DIAL and liked the interaction a lot better that way (allowing

Re: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Keith Wiley
I appreciate you helping me clarify the situation. Cheers! On Wednesday, September 19, 2012 3:39:11 PM UTC-7, Fran wrote: Well, bear in mind that I was about to install the application just for helping you for free, so I am actually not interested on it enough to read the app

RE: [android-developers] Re: Nexus 7 has no menu button?

2012-09-19 Thread Tommy Hartz
Marzoa Sent: Wednesday, September 19, 2012 6:37 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Nexus 7 has no menu button? Well, bear in mind that I was about to install the application just for helping you for free, so I am actually not interested on it enough