[android-developers] Google Play services out of date Requires 3225100 but found 3136136

2014-02-14 Thread janvi
Hello All, Can any one tell me how to fix this bug?? It is reported by the end-user's and here Iam unable to reproduce it. As per my google search it is because of Google-Play-Service is not compatible with SDK which we have used for development. Please correct me if Iam wrong and share the

[android-developers] Re: Google Play services out of date Requires 3225100 but found 3136136

2014-02-14 Thread janvi
One more info is that I have used Google-Play-services for Push Notifications[GCM] On Friday, February 14, 2014 2:44:36 PM UTC+5:30, janvi wrote: Hello All, Can any one tell me how to fix this bug?? It is reported by the end-user's and here Iam unable to reproduce it. As per my google

[android-developers] payment suspension

2014-02-14 Thread BearTi
Hi, how can I set a payment suspension. I don´t have any options in my wallet? I´m sellings Apps over the Play Store... Is it even possible? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Crash when running Bluetooth example from Android Docs

2014-02-14 Thread Tobiah
On 02/13/2014 10:46 PM, gjs wrote: Hi, On the same page - BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); if (mBluetoothAdapter == null) { // Device does not support Bluetooth } Regards Yeah, I knew that both devices had bluetooth and mBluetoothAdapter was

[android-developers] Re: Crash when running Bluetooth example from Android Docs

2014-02-14 Thread Tobiah
So I tried a third device, and finally got a trace out of Logcat. It says I don't have the right permissions, but I did put them into my manifest in the same place as all of my other permissions: uses-permission android:name=android.permission.BLUETOOTH / uses-permission

[android-developers] Re: Crash when running Bluetooth example from Android Docs

2014-02-14 Thread pdm-tex
Tobiah, This is what I used to get adapter: mBtAdapter = (BluetoothAdapter) this.getApplicationContext().getSystemService(BLUETOOTH_SERVICE); Doug On Thursday, February 13, 2014 6:31:13 PM UTC-5, Tobiah wrote: I'm going through the Bluetooth docs and right off I am having a problem. The

[android-developers] Re: Crash when running Bluetooth example from Android Docs

2014-02-14 Thread Tobiah
On 02/14/2014 11:18 AM, Tobiah wrote: So I tried a third device, and finally got a trace out of Logcat. It says I don't have the right permissions, but I did put them into my manifest in the same place as all of my other permissions: uses-permission

[android-developers] Keep Android WebView bounds hard during flip animation

2014-02-14 Thread Andrea Cardaci
In short, I want to achieve the same behavior of any other static view, say, an ImageView during the animation. In other words I want that the animation is performed on the currently rendered portion of the WebView, without update. This is what happens instead (you can use the scroll

[android-developers] Re: Tax 1099-K's are NOT correct

2014-02-14 Thread Julian Bunn
The 1099-K amount is the gross amount: what is received by you the developer is 70% of that. If I multiply my 1099-K amount by 0.7 it matches what Google paid me in 2013 pretty closely. AFAIK the taxable income is the amount you received, not the 1099-K amount. On Tuesday, February 11, 2014