Top "Android-7.0-nougat" questions

Android 7.0 Nougat (API level 24), formerly known as "Android N".

android.os.FileUriExposedException: file:///storage/emulated/0/test.txt exposed beyond app through Intent.getData()

The app is crashing when I'm trying to open a file. It works below Android Nougat, but on Android Nougat …

android android-file android-7.0-nougat
Html.fromHtml deprecated in Android N

I am using Html.fromHtml to view html in a TextView. Spanned result = Html.fromHtml(mNews.getTitle()); ... ... mNewsTitle.setText(result); …

android deprecated android-7.0-nougat
"Canvas: trying to draw too large bitmap" when Android N Display Size set larger than Small

I have a published app that is crashing at startup on Android N when the newly introduced Display size OS …

android layout android-7.0-nougat
Expand/Collapse Lollipop toolbar animation (Telegram app)

I'm trying to figure out how the expand/collapse animation of the toolbar is done. If you have a look …

android android-animation android-6.0-marshmallow android-toolbar android-7.0-nougat
Android N requires the IDE to be running with Java 1.8 or later?

My XML layout is not rendering with this error message. I am already using Java 8. Also using latest build tools …

android android-studio android-7.0-nougat
SSLHandshakeException: Handshake failed on Android N/7.0

I'm working on an app for which the (power)users have to set up their own server (i.e. nginx) …

android ssl elliptic-curve sslhandshakeexception android-7.0-nougat
Android install apk with Intent.VIEW_ACTION not working with File provider

My app has an auto-update feature that download an APK and when the download is finished that a Intent.VIEW_…

android android-intent android-fileprovider android-7.0-nougat viewaction
How to get charles proxy work with Android 7 nougat?

Android 7 introduced some changes to the way certificates are handled (http://android-developers.blogspot.com/2016/07/changes-to-trusted-certificate.html) and somehow I cannot …

android ssl android-7.0-nougat
android.os.TransactionTooLargeException on Nougat

I updated Nexus 5X to Android N, and now when I install the app (debug or release) on it I …

android android-7.0-nougat
Android N change language programmatically

I found really weird bug that is reproduced only on Android N devices. In tour of my app there is …

java android android-7.0-nougat