[android-developers] Re: MapView (Maps V2) not working

2014-09-24 Thread gjs
Hi, You seem to have map onPause / onResume mixed up - @Override protected void onPause() { // TODO Auto-generated method stub super.onPause(); map.onResume(); } It should be - @Override protected void onPause() { // TODO Auto-generated method

[android-developers] Get Real display height and width in android

2014-09-24 Thread Arun Kumar K
Hello Guys, I want to get real device display height and width. Can anyone help me.. And one more thing, How to set Margintop for Notification bar ...? -- *Regards* *Arun* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to implement app specific VPN

2014-09-24 Thread sree android
Hi, In my application, i need to implement application specific VPN and that VPN data should not modify the user.How can i implement this feature in my app. Thank you for advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Get Real display height and width in android

2014-09-24 Thread J Decker
use a high enough api version, and you will open with correct size/height - public int getStatusMetric() { int resId = getResources().getIdentifier(status_bar_height, dimen, android); if (resId 0) { int result =

[android-developers] Input Type File in Nexus 7

2014-09-24 Thread Rahul Kaushik
Hi, am using webview and in that i have input type file which is working on several versions like 3.0, 4.3.2,4.4.4 but not working on 4.4.2 nexus 7 please suggest Thanks Rahul Kaushik -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Jose_GD
I thinks this is another sign of the insanity a company can get when it grows too big... We are less than a week from the deadline and still it isn't possible to find the dreaded Physical address field in the already painful Developer Console (too be fair it got better in some aspects lately)

[android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Nobu Games
As far as I know, the physical address has to be specified in your Google Wallet Merchant https://wallet.google.com/merchant/ account, that you use for receiving payments from Google Play. On Wednesday, September 24, 2014 2:38:24 PM UTC-5, Jose_GD wrote: I thinks this is another sign of the

Re: [android-developers] How to implement app specific VPN

2014-09-24 Thread Todd Grigsby
Sounds like you want to pass secure data. Why not just encrypt the data? On Sep 24, 2014 4:29 AM, sree android android.sreeni...@gmail.com wrote: Hi, In my application, i need to implement application specific VPN and that VPN data should not modify the user.How can i implement this feature

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Kostya Vasilyev
@Jose - I contacted Play support about it and they explained that it has to do with European customer protection laws, and there is no way they will make any exceptions. So I think you can forget about reverted too. @Noby - do you know if it should be under Business Information - Public Profile -

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Nobu Games
I added all information on both tabs, with the same address, since I'm running a business. The legal profile is likely just between you, Google and the authorities which will be contacted by Google to validate your business. The public profile is probably the one you want to be careful with,

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Dallas Singletary
On September ,30th the field will be available in the play console for you to add your address On Sep 24, 2014 4:28 PM, Kostya Vasilyev kmans...@gmail.com wrote: @Jose - I contacted Play support about it and they explained that it has to do with European customer protection laws, and there is

Re: [android-developers] Re: Physical address is required for paid apps or in-app purchases

2014-09-24 Thread Dallas Singletary
I run a sole Proprietorship so legally I file taxes and everything under my name but, All Tek Repairs of CFL and DroydCorp Developments are registered to me as DBAs On Sep 24, 2014 5:09 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: I added all information on both tabs, with the same address,

[android-developers] How to add an Action Button on Card Fragment in Android Wear

2014-09-24 Thread askl
*Dear Friends,* *How can I implement an action button in to the Card Fragment a Fragment in Android Wear. **Is this Possible? Already I've created a sample Card fragment using Android Sample GridView project. So now i want to modify like this* *This is frist fragment*