Questions tagged [android-7.0-nougat]

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

Android 7.0 Nougat release date

At the Google I/O 2016 keynote on May 18, Google announced the release of a beta-quality Android 7.0 Nougat release. This third developer preview focuses on three areas: performance, security and productivity. Native VR support has now also been confirmed, with a new VR platform called Daydream.

The final Android 7.0 Nougat release date is expected to coincide with the release of the new Nexus device[s] at the end of the summer.

More Info

878 questions
-2
votes
1 answer

Android 7.0 or upper mailto link not working in webView

My code is: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_web_view); ButterKnife.bind(this); String url = getIntent().getStringExtra(EXTRA_URL); …
-2
votes
1 answer

JDK libs rather than Android SDK libs

I use Android studio for my Android code base and my code uses ZipInputStream.java, which is provided by both Android SDK and JDK. It doesn't matter which version of SDK or JDK it is. Strange thing is when I run my apk on Android-M and lower devices…
FoY
  • 398
  • 1
  • 4
  • 17
-3
votes
1 answer

ThumbnailUtils.createVideoThumbnail not working for nougat device

Bitmap bitmap = ThumbnailUtils.createVideoThumbnail(localUrl, MediaStore.Video.Thumbnails.MINI_KIND); Here bitmap gives me null value.
-3
votes
1 answer

Enabling debug mode on Android n moto e4 plus

I tried to enable the debug mode on my new moto e4 plus but getting problem in doing so. Debugger mode has been enabled via build version and the usb debug is also enabled. After hitting the first break point the app immediately stops with…
Raju Jindal
  • 29
  • 2
  • 6
-3
votes
1 answer

Network state listener using broadcast receiver not working in Android 7.0?

ERROR: NetworkSecurityConfig: No Network Security Config specified, using platform default.
Dai
  • 13
  • 3
-3
votes
2 answers

Pick and Crop Image in Android issue in android Nougat 7.0

I have use compile com.theartofdev.edmodo:android-image-cropper:2.3.+ lib to pick and crop, I have problem to Android Nougat when opening camera app close error display. Please help me. Thanks in advance. Logcat Error: Java.lang.RuntimeException:…
Santosh Bachkar
  • 460
  • 4
  • 14
-3
votes
1 answer

Prevent Android Phone from shutting down on long power button press

I am using One Plus 3 running OxygenOS 4.0.3.When I long power button on my phone it shutdown. I want to avoid this. I tend to shutdown my phone accidentally many times without realizing it. Especially when its in my pocket
Rohit Sthapit
  • 454
  • 4
  • 14
-5
votes
1 answer

I can't run an instanceof the LocalDateTime in activity android Nougat 7.x,

I can't run an instanceof the LocalDateTime in activity android Nougat 7.x,
1 2 3
58
59