Thank you JBQ! I appreciate the feedback On Wednesday, May 25, 2016 at 5:04:18 PM UTC-4, JBQ wrote: > > The biggest problem you can have running on 6.0 is expecting that your app > has all the permissions it requests, whereas starting with 6.0 the user can > revoke some of those permissions, even if you target an earlier version. > > That is a great opportunity to ask yourself for every single permission > you request: "Can I justify to the end-user which exact functionality is > associated with this permission?" > > As a smaller problem, 6.0 introduces more possible density values for > supported-screens (360 and 420). If you use it anyway in spite of all the > warnings, you probably know about it, and probably already know how to fix > it. > > As you work toward fixing those, you'll probably need to compile against > the 6.0 SDK itself. In turn, that means that some deprecated APIs will > disappear (Apache HTTP stack). If you can't refactor your code to use a > more modern HTTP implementation, there's an official documented workaround > (but I don't remember the URI off-hand). > > JBQ > > -- > Jean-Baptiste M. "JBQ" Quéru > Mobile Excellence Architect, Yahoo > Sent from Yahoo Mail > > > On Thursday, May 19, 2016 7:26 AM, "[email protected] <javascript:>" < > [email protected] <javascript:>> wrote: > > > I have built an app using the 5.1 SDK and it is having problems running on > 6.0 devices. Any suggestions or fixes? > -- > 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 [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/android-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-developers/5a98f8c5-a209-40f2-9921-0af5980beaa2%40googlegroups.com > > <https://groups.google.com/d/msgid/android-developers/5a98f8c5-a209-40f2-9921-0af5980beaa2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > >
-- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/fe4e9a02-0afd-4185-8c07-d34d270b1965%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

