[android-developers] Re: Best practise for DocumentFile? Is it the right approach?

2015-01-29 Thread Grunthos
Don't suppose anyone has insights for just one of these questions? #4 would be pretty useful. -- 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

[android-developers] Get log/console output without root access

2015-01-29 Thread drac94
You should take a look at solutions for crash reporting like ACRA, I use it for all my apps and it's very easy to configure and manage http://www.toptal.com/android/automated-android-crash-reports-with-acra-and-cloudant -- You received this message because you are subscribed to the Google

[android-developers] Why doesn't my test account work?

2015-01-29 Thread Russell Cecala
I went to the Google Play Developer console and clicked on the settings gear icon. I enter in the email I have my android phone logged with in the Gmail accounts with testing access field. Then on my phone I open the play store app and try to install one of my apps that cost $0.99. I was

[android-developers] Re: Bluetooth Low Energy support on lollipop and previous

2015-01-29 Thread MathieuB
You shouldn't set a max sdk. You can set minSdk to 18, and targetSdk to 21. If you set a max, that means if there's a new android version, people won't be able to download your app, you'll have to make an update. As for the error you get, it's mainly a lint error. If the code is in an if

[android-developers] Re: Bluetooth Low Energy support on lollipop and previous

2015-01-29 Thread Tony Pitman
My mistake in choosing words. I didn't set a max, it is the target that I set. The IDE also suggests putting the suppress tag on the method, but I have never been a fan of suppressing warnings or errors. If this is the accepted way to do it, however, then I will follow it. Thanks! On

Re: [android-developers] Why doesn't my test account work?

2015-01-29 Thread TreKing
On Thu, Jan 29, 2015 at 11:48 AM, Russell Cecala red.cricket.b...@gmail.com wrote: I guess I do not understand what the testing access means or how to use it. Can anyone help me enlighten me? Small text above that box: In addition to the owner of this console the following users will get

Re: [android-developers] Why doesn't my test account work?

2015-01-29 Thread Russell Cecala
Thanks TreKing. I changed the License Test Response pulldown to LICENSED ... but I still get prompted from my credit card? Does it take some time for the change to propagate or am I still misunderstanding something? On Thu, Jan 29, 2015 at 11:37 AM, TreKing treking...@gmail.com wrote: On

Re: [android-developers] Why doesn't my test account work?

2015-01-29 Thread Steve Gabrilowitz
You are still misunderstanding. The license feature applies only to in-app purchases, not the initial purchase. And apps that implement IAP are generally free for the initial download ;-) On Jan 29, 2015 4:06 PM, Russell Cecala red.cricket.b...@gmail.com wrote: Thanks TreKing. I changed the

[android-developers] Re: ServiceTestCase and Contexts

2015-01-29 Thread Igor Ganapolsky
I am getting this error: android.content.Context.getMainLooper()' on a null object reference When calling new GoogleApiClient.Builder(getApplication()) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this)

[android-developers] How to access Camera stream inside Webview

2015-01-29 Thread Abhi
Can someone help me here ?? -- 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] What is the max number of apps?

2015-01-29 Thread Russell Cecala
What is the maximum number of apps one can have in google play? -- 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