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
-1
votes
1 answer

AOSP Nougat build system - functionality to build just an module and create system.img

Till now i have been working upon AOSP kitkat and now i am moving to android nougat. In kitkat AOSP when i needed to build an system app situated in /packages/apps/xyz_app , i was using "mmm" and "make snod" which were enough to build the system.img…
-1
votes
1 answer

Getting permissions on Android version 7

I am developing a small application for sending SMS for Android. When you install an .apk Android 4.4 asks for permission to send SMS messages from the device. But Android 7 does not ask any permissions at all. However, you need to turn on SMS send…
-1
votes
1 answer

Permission popup doesn't show on Android 7.0, shouldShowRequestPermissionRationale always false

I have a react native app, I use this java code to check the camera permission : int permission = PermissionChecker.checkSelfPermission(getReactApplicationContext(), Manifest.permission.CAMERA); if (permission != PackageManager.PERMISSION_GRANTED)…
-1
votes
2 answers

Simple game works on tablet but sometimes lags on phone

I'm developing simple Android game, but I'm running into problems while testing it. When I run it on Lenovo Tab3 7 tablet (Android 5.0.1 ) or LG P880 phone (Android 4.0.3) it works fine. When I run it on Samsung S7 phone (Android 7.0) game usually…
-1
votes
1 answer

Android Nougat: Strange behaviour of HttpURLConnection

I have a strange behaviour with android-7.0-nougat (P8 Lite 2017). With all previous releases there was no problem. To conrol iTunes I send messages via HttpURLConnection. I was wondering why the control is not working for some functionality. I…
-1
votes
1 answer

How to receive location updates after reboot

I am using this sample for receiving location updates : https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesPendingIntent It receives location after I register a location request using a connected instance of Google API…
AVEbrahimi
  • 17,993
  • 23
  • 107
  • 210
-1
votes
1 answer

FCM token returns null in android nougat

FCM token not generated in Android Nougat device(Moto,Sony & Huawei) when installed my app FirebaseInstanceId.getInstance().getToken() returns null, But FCM token generated in Emulator(Nougat) and below Nougat versions.
-1
votes
1 answer

Netowork Broadcast Receiver not working for Android N

I have a Broadcast Receiver for connectivity changes and it works fine for all the devices running below android N but its not working on android N. I cannot find any thing relevant regarding this whether they changes something in N or not. DO…
Ezio
  • 2,837
  • 2
  • 29
  • 45
-1
votes
1 answer

Stream MP4 using FFMPEG on remote VLC

I'm trying to stream a MP4 file from my Embedded device and play it in the VLC in my laptop. My H/W setup look like below -------------- ------------------ | Board | Ethernet | Window Laptop | | (Android…
Satish
  • 86
  • 2
  • 14
-1
votes
1 answer

Phonegap Push Plugin not working in Nougat

I am using the latest Phonegap Push Plugin for my Phonegap Application. It's working fine below Nougat but in Nougat the same code does not work. I have tried to debug several times, also cross verified at server side if there is anything missing…
-2
votes
1 answer

Should I submit an app that only supports Android 6 and 5.1?

On my free time, I started working on an app. Back then Android 6 was recently released and 5.1 was still hot. It seemed logical to use Android 6 as my preferred SDK. Now a days, I barely have any free time and the little that I've had, it's been…
-2
votes
2 answers

My android app is not working on Android 7

I develop a camera android application, it works correct but when I run it in android 7, it creates a message which says "The app has stopped"! I think the problem is from this file of my code, it's my gallery file: public class Gallery extends…
zeinab
  • 11
  • 7
-2
votes
1 answer

No SIM card - Unable to set up Network or use Internet on Android Virtual Device

I recently created an Android Virtual Device using the Android N Atom x86 system image with Google Play. The problem is that I'm unable to set up a network or use internet due to No SIM card detected. Therefore, I cannot use none of the Google Play…
-2
votes
2 answers

Android app crash in Nougat

am new to android dev. created an app in Android Studio 2.2 and the android version 6.0. Right now just updated to android studio 2.3. It's not working in my mobile. Build.Gradle android { compileSdkVersion 24 buildToolsVersion '25.0.0' …
-2
votes
1 answer

Recycler view doesn't show data in Portrait mode in Android nougat

I am developing an app with RecyclerView showing a set of data. But the RecyclerView is not showing data (While the device is is PORTRAIT mode) in NOUGAT but it's working fine in Marshmallow (both in LANDSCAPE AND PORTRAIT). I checked this [link][1]…
Anusha
  • 939
  • 3
  • 13
  • 31
1 2 3
58
59