Android 7.1 Nougat MR1 (API level 25), successor of Android 7.0 Nougat.
Questions tagged [android-7.1-nougat]
257 questions
11
votes
0 answers
android 7.1.1 (Nougat) app standby and network
I need to issue network calls when the app is in background. The sequence is as following. The app receives GCM call, issues API call to BE in order to get some more data, and then show notification.
The GCM call is received perfectly, but the API…

SemyonM
- 135
- 7
11
votes
2 answers
FCM push with high priority to topic comes with delay
I'm sending push messages to small group of devices (less than 5) subscribed to one topic with priority parameter set to high
High priority. FCM attempts to deliver high priority messages
immediately, allowing the FCM service to wake a sleeping…

Dmytro Rostopira
- 10,588
- 4
- 64
- 86
10
votes
1 answer
Android Nougat: Too many NetworkRequests filed
After continuos use of application on Android Nougat 7.1.1 it started crashing in background, until started up manually. From Firebase I got following log:
Caused by java.lang.IllegalArgumentException: Too many NetworkRequests…

Dmytro Rostopira
- 10,588
- 4
- 64
- 86
10
votes
4 answers
App isn´t installed error when tapping app shortcut in Nougat 7.1.1
I´m having some issues when adding an static app shortcut to an existing app. I followed the steps from https://developer.android.com/guide/topics/ui/shortcuts.html and the shortcut shows up, but when I tap it it doesn't launches the activity,…

Alejandro Casanova
- 3,633
- 4
- 31
- 46
10
votes
5 answers
How to create dynamic app shortcut using ShortcutManager API for android 7.1 app?
In Android 7.1, developer can able to create AppShortCut.
We can create shortcut in two way:
Static shortcuts using resources(XML) file.
Dynamic shortcuts using ShortcutManager API.
So How to create a shortcut using ShortcutManager dynamically?

pRaNaY
- 24,642
- 24
- 96
- 146
10
votes
3 answers
Launch Fragment (instead of Activity) from Android 7.1 App Shortcut
I have decided to look at adding static shortcuts into an application, using this page as reference:
https://developer.android.com/preview/shortcuts.html
The XML for my shortcuts currently looks like so:

edwoollard
- 12,245
- 6
- 43
- 74
9
votes
1 answer
CharlesProxy SSL Handshake failure on Android Nougat
I am trying to proxy my phone running Android 7.1.2, to look at the gets and posts made through an app I'm working with. Using CharlesProxy 4.1.4, this is easily possible for iOS devices. However, the app functions differently on Android, and we…

tbw875
- 359
- 3
- 5
- 12
8
votes
7 answers
App Icon Launcher not showing in Android 7.1.1
We are implementing a round icon (with a foreground and a background) and icon.

Dinorah Tovar
- 311
- 2
- 6
8
votes
1 answer
Missing Dialog Buttons under Android 7.1.1
This is a picture of an AlertDialog that is shown within my app.
It should have a deny and an accept button.
As you can see it has not:
I cannot reproduce this error as I dont have a phone with Android 7.1. The picture was taken on a Google Pixel…

zetain
- 361
- 4
- 15
7
votes
2 answers
Custom font with diacritic - different font on same signs on Android 7
I have a problem with custom font in my app. Sometimes it works, sometimes not.
I have ViewPager with fragments. In fragment 2 I have LinearLayout with programmatically added TextViews. Same TextView layout added many times. On first TextView…

Artur Latoszewski
- 735
- 1
- 10
- 21
7
votes
2 answers
AccountManager fails to add account on Sony XZ 7.1.1
The app I'm currently developing has recently been showing problems when users update to 7.1.1 om Sony mobiles
On a Sony XZ we can see this in the log when trying to addAccountExplicitly:
AccountManagerService( 1503): insertAccountIntoDatabase:…

Karl Kullberg
- 71
- 1
- 4
6
votes
1 answer
Image keyboard support in React Native
Android documentation states that:
With Android 7.1 (API level 25), the Android SDK includes the Commit Content API, which provides a universal way for IMEs to send images and other rich content directly to a text editor in an app.
However, when I…

Donut
- 110,061
- 20
- 134
- 146
6
votes
0 answers
Video recording not working in webview Android in Nougat 7.1 android
android.webkit.resource.video_capture permission in Android webview is not allowing javascript to use the camera even after overriding onPermissionRequest in webchromeclient and calling request.grant(request.getResources()); inside it.
The code…

Dinesh Venkata
- 1,087
- 1
- 9
- 22
6
votes
0 answers
How can get a list of running apps android 7 (Nougat)?
At android 6 I get list of running app and process id by accessing to proc file. But at android 7 it’s not working. So any way how can I get running process with process id at android nougat?

Syeful Islam
- 3,785
- 1
- 20
- 19
6
votes
5 answers
TransactionTooLargeException only on Nougat
I've go an app that works well on devices with Android versions lower than Nougat.
When I launch the app on a device with Nougat and I press home button, the app crashes and in logcat I have:
!!! FAILED BINDER TRANSACTION !!! (parcel size =…

Marcin Bortel
- 1,190
- 2
- 14
- 28