android-7.1-nougat Questions
2
Solved
I have got a service in my app which needs to be restarted after app removed from recent task list. Service restarts for API level 25 and below but not for 25 and above versions.Please help me with...
Estuary asked 27/7, 2017 at 10:17
1
I am getting the following error while running my app on Android OS 7.1 Nougat.
E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)[ 04-21
10:19:18.788 4410: 4622 D/ ]
HostConnection::...
Julienne asked 21/4, 2017 at 4:59
3
Solved
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 ...
Olva asked 26/10, 2016 at 15:24
5
Solved
I have been using a TextureView in my android app, and it was working fine. Just recently I tested my code on an Android device with Android API 25 (7.1.2). Same code now does not work and throws t...
Sybille asked 30/4, 2017 at 10:30
7
We are implementing a round icon (with a foreground and a background) and icon.
<application
android:allowBackup="false"
tools:replace="android:allowBackup"
android:label="@string/app_name"
...
Psychometry asked 9/8, 2018 at 22:57
2
Solved
We got a weird behavior with Android N 7.1 ( API-25 ) That after Launching WebView, system enforces reseting Locale to device locale. That overrides used locale (for localization) on application. E...
Narwhal asked 8/11, 2016 at 12:25
5
Solved
In Nougat, this function is not working.
String path = getRealPathFromURI(this, getIntent().getParcelableExtra(Intent.EXTRA_STREAM));
public String getRealPathFromURI(Context context, Uri cont...
Guzman asked 28/2, 2017 at 12:8
2
Solved
I found so many links which is related to FileProvider, but I didn't found solution for cache directory
java.lang.IllegalArgumentException: Failed to find configured root
that contains /data/d...
Draughty asked 23/2, 2017 at 19:14
2
Solved
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
immed...
Agc asked 14/11, 2016 at 13:50
5
Solved
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 ...
Circulation asked 6/11, 2016 at 6:43
1
Solved
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...
Video asked 11/9, 2018 at 15:26
2
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:
Account...
Absorbing asked 27/4, 2017 at 17:36
2
Solved
I have a Unity game deployed to Android.
In Google play console, I am seeing many crashes that happen on old Android versions (<=7.1). The crash is caused by a ClassNotFoundException, but the ...
Larrigan asked 2/10, 2019 at 8:25
1
I am trying to send an intent from a non system app using the following function.
public static void sendIntent() {
if (null != _context) {
Intent intent = new Intent("com.test.testApp.testInte...
Koral asked 11/4, 2017 at 19:33
6
I'm seeing this native crash with the following stack trace.
This happens in Android 7.0 & 7.1 only. Nothing new has been added to the app, which has been in production for a few years, but wi...
Ruminant asked 20/5, 2017 at 0:48
1
Can I (As an AOSP builder) pre install some apps so after burning on device, they can easily be uninstalled (like regular downloaded apps)?
I am already familiar with system apps and priv-apps but...
Perdomo asked 21/11, 2018 at 15:51
2
We have an Android app that have many ANR errors reported lately. This only occurs on Android 7.1 and 8.0 (not on e.g. 4.4, 5.0 or 6.0). The ANR is:
Broadcast of Intent { act=com.google.firebase.I...
Anagram asked 20/9, 2017 at 8:53
4
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 w...
Secretin asked 14/12, 2016 at 4:0
4
From one year, I have been working over IOT product and the application attached was working fine. Now I am not able to accept call programmatically in higher versions of android. Feature is very i...
Frumpy asked 9/1, 2017 at 6:35
2
Solved
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 TextV...
Dowling asked 18/5, 2018 at 9:5
1
Solved
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.IllegalArgumentExcep...
Dipnoan asked 31/1, 2017 at 12:41
2
Solved
In Android (target 25) I have a background service and in onCreate function I have initialized a phone state listener. It works fine on Android versions that are before Nougat but in Nougat it does...
Adornment asked 13/2, 2017 at 20:47
1
Solved
Android API level 23 added InCallService to provide the user-interface for managing phone calls. The documentation provides an example manifest registration but I couldn't get it to work. The app c...
Oboe asked 16/3, 2017 at 15:23
0
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.gra...
Pod asked 8/2, 2018 at 4:42
7
I have created an Emulator using android 7.1.1 (API 25) CPU X86. When I start the emulator its showing pixel launcher keeps stopping issue. I have checked with CPU x86_64 also but same issue.
Here...
Juliannjulianna asked 22/11, 2016 at 11:13
1 Next >
© 2022 - 2025 — McMap. All rights reserved.