Skip to main content

Questions tagged [android-6.0-marshmallow]

Android Marshmallow, formerly known as just "Android M", is version 6.0 of Android, is supporting API Level 23, and began shipping in October 2015.

android-6.0-marshmallow
0 votes
0 answers
41 views

Android - Instagram basic display API authorization URLnot loading in Android 6 Marshmallow

I am trying to login using instagram basic display api. Authorization URL is loading properly in Android 7 (Nougat) or Higher but URL is not loading in Android 6 (Marshmallow). When I submit my app ...
Arslan's user avatar
  • 249
0 votes
0 answers
77 views

Instagram basic display: Error from android emulator (android 6.0) when trying to login a user

In my app we are using the instagram basic display. When working out of a physical device I can use this api with no issue at all https://api.instagram.com/oauth/authorize ?client_id={app-id} &...
Yakir Yehuda's user avatar
3 votes
0 answers
55 views

Issue with Gradient Drawable on Android 6 Marshmallow while using Splash Screen API

I recently migrated my existing splash screen activity to the Splash Screen API, which offers backward compatibility up to API 21. I'm utilizing a vector drawable for the splash screen icon, and it's ...
Dayakargoud Bandari's user avatar
0 votes
1 answer
412 views

Is there a way to make Azure Application Gateway return all certificates in the chain?

We're migrating a web app from AWS to Azure. Some users access the site through an app on embedded tablets that run Android 6. I'm getting certificates from LetsEncrypt using certbot and, inside a ...
Tim Burrough's user avatar
1 vote
1 answer
93 views

Android Maps my-location-layer does not show API > Marshmallow

Good Evening everybody, I have a problem with Google Maps SDK on an Android App, I would like to show my-location-layer, I ask permission FINE_LOCATION and COARSE_LOCATION in MainActivity and declare ...
mabdelouahad's user avatar
0 votes
0 answers
254 views

Download manager does not start the download process in Android 6

I have implemented a download manager that works on Android 7 and above. However, this does not work on Android 6. Is the download manager not available on Android 6 ? The download process does not ...
PureFlow's user avatar
2 votes
1 answer
285 views

Android Marshmallow API 25 and below - EXTRA_INITIAL_URI not honored therefore unable to open given folder

when trying to use the now-not-optional-anymore SAF (Storage-Access-Framework) to access a given folder on older Android (Marshmallow API 25 or before) the EXTRA_INITIAL_URI is not honored, therefore ...
Nicola Beghin's user avatar
0 votes
0 answers
211 views

App not working on Android 6 with Angular 13

Angular 13 App not working on Android 6, But working fine on Android web browser.
Hari Krishna's user avatar
1 vote
1 answer
735 views

Camera2: SurfaceTexture buffer size is being overridden

I am writing an app using Camera2 API, which should show preview from camera and take a picture. Currently my code works as follows: When Camera Fragment is instantiated, wait for TextureView....
general_linear's user avatar
0 votes
0 answers
265 views

firebase messaging not working with android version 6 (api 23)

i've applied this tutorial to work with fcm: https://learn.microsoft.com/en-us/xamarin/android/data-cloud/google-messaging/remote-notifications-with-fcm?tabs=windows . it worked for android version 10 ...
rana hd's user avatar
  • 367
0 votes
0 answers
285 views

java.io.FileNotFoundException: /cache/test/test.txt: open failed: EACCES (Permission denied)

I am trying to copy the file from /storage/emulated/0/test.txt to /cache/SH_DIR/ via android user application , getting error like below java.io.FileNotFoundException: /cache/test/test.txt: open ...
GNK's user avatar
  • 1,068
0 votes
1 answer
907 views

open failed: EACCES (Permission denied) in Android(6.0.1) system application

I have developed a android system application to copy file from /sdcard/download/test.txt to /cache/xyz/ location. I am able to copy the file to /cache/ , but bot into /cache/xyz/ location , Getting ...
GNK's user avatar
  • 1,068
1 vote
1 answer
115 views

Why vector images behave weirdly with API < 24 Android Studio

I was trying to make a custom vector image for my android app, I figuered out a good pathData. I'm using the A to create an arc/curve in the paths data, and got the correct result in the Preview ...
K-Galalem's user avatar
  • 310
1 vote
0 answers
251 views

Android network-security-config does not work in API 24 version and below

I'm create android app witch is use backend server. This server use https connection and also use self signed certificate. To be able to communicate with server from android app I've use network-...
Y. Petra's user avatar
0 votes
2 answers
289 views

Method onRequestPermissionsResult not called in no app module

I have an activity in no 'app' module where I should use WRITE_EXTERNAL_STORAGE permission. Method onRequestPermissionsResult not called in this module. My code to start this runtime permission ...
Anthony Kharin's user avatar

15 30 50 per page
1
2 3 4 5
145