Top "Android-7.0-nougat" questions

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

Android - WebView language changes abruptly on Android 7.0 and above

I have a multilingual app with primary language English and secondary language Arabic. As described in the documentation, I have …

android android-webview locale android-7.0-nougat android-chrome
Android: How to get a content:// URI for a file in the external storage PUBLIC directory

I've followed this Google tutorial to start an intent to capture an image with new Intent(MediaStore.ACTION_IMAGE_CAPTURE). …

android android-intent android-contentprovider android-7.0-nougat
Missing buttons on AlertDialog | Android 7.0 (Nexus 5x)

I am trying to create an AlertDialog but the buttons are not showing. Only seeing this issue in Android 7.0: final …

android button android-alertdialog invisible android-7.0-nougat
Determine WebView Implementation (System WebView or Chrome)

Android 7.0 allows users (via developer options) to choose the implementation of their WebView. The user can choose the standalone WebView …

java android webview android-webview android-7.0-nougat
Eclipse - Empty Logcat with Android 7

I recently updated my Nexus 9 Tablet to Android 7 Nougat. Since then the Logcat view in Eclipse stoped displaying Logcat messages, …

android eclipse adt logcat android-7.0-nougat
Detect connectivity changes on Android 7.0 Nougat when app is in foreground

Nougat changed the way it handles CONNECTIVITY_CHANGED intents (basically ignoring it, forcing devs to use the job scheduler) so …

android android-7.0-nougat
Android Nougat PopupWindow showAsDropDown(...) Gravity not working

I have this code. PopupWindow popUp = new PopupWindow(); popUp.setFocusable(true); popUp.setOutsideTouchable(true); popUp.setWidth(ViewGroup.LayoutParams.MATCH_PARENT); …

android popupwindow android-7.0-nougat
Detect Network State change using JobSchedulers in Android

With Android N, You cannot statically register a Broadcast receivers for CONNECTIVITY_CHANGE intent. From http://developer.android.com/preview/…

android networking android-7.0-nougat
Does Java 8 work on Android api 24 and above Or you can use in lower api?

In android based on this page Java 8 Languages Features does android work only in api 24 and above or you can …

android lambda android-7.0-nougat
Programmatically install an apk in Android 7 / api24

I am trying to get my app to automatically install an apk. This works fine for api<24. But for 24, …

apk uri securityexception android-7.0-nougat packageinstaller