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éruMobile Excellence Architect, YahooSent from Yahoo 
Mail 

    On Thursday, May 19, 2016 7:26 AM, "michael_be...@trimble.com" 
<michael_be...@trimble.com> 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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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.
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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/1605394616.593988.1464207558646.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to