Skip to main content

Questions tagged [android-5.0-lollipop]

Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014. The final name was confirmed on October 15th. It supports API Level 21.

android-5.0-lollipop
0 votes
0 answers
39 views

Crash APK Cardlan QR Reader

i have a cardlan reader https://es.cardlangroup.com/products/bus-card-reader-and-validator is androdi 5.3 Lollipop API 22 works process of the apk is this: scan QR and check internet then, send the ...
kik3cm's user avatar
  • 1
0 votes
0 answers
52 views

Firebase Cloud Messaging (FCM) not working on Android API 21 devices

I have implemented Firebase on my native android app. Token is getting generated for API 21 and above devices. But I am not able to receive push messages (using data payload) on API 21 devices but ...
CHIRANJIT BARDHAN's user avatar
1 vote
0 answers
74 views

Block the screen from turning on your Android phone

I develop an Android application in Java, using the Level 21 API (Lollipop), which aims to prevent third parties from manipulating the phone to turn on the screen. I would like to point out that I am ...
Etan's user avatar
  • 11
0 votes
0 answers
195 views

Is it possible to clear the android application cache at API 21

Is it possible to write a function to clear the app cache on my app. I know that I can go to app settings and clear it that way but I want to be able to do that within my own app in code when its ...
RentUrApp's user avatar
4 votes
1 answer
650 views

Splash Screen API not showing icon on Android lollipop 5.0 and 5.1

I am using splash screen API , everything is working fine but it doesn't show icon on android 5.0 and 5.1. SplashScreen API Version implementation 'androidx.core:core-splashscreen:1.0.0' Theme.xml &...
U. Manzoor's user avatar
1 vote
0 answers
21 views

Android 5 seems to be ignoring the gravity on a drawable xml

I have a drawable xml that will be used as the background for some views. It will add a border to the view and put an icon on the right hand side. This is working fine on newer Android versions but on ...
casolorz's user avatar
  • 9,314
2 votes
0 answers
547 views

Android - How to run *older* API images on M1 Mac

I know there are a lot of questions about how to run the Android Studio emulator on M1 Macs. It works fine for newer API images (24 and above right now). However, my project currently supports down to ...
adamo-bmx's user avatar
0 votes
1 answer
1k views

PBKDF2 With Sha256 on Android 5

I am making an android app which uses PBKDF2 With Hmac Sha256. I implemented the function but when I test it on android 5.0 device it gives NoSuchAlgorithmException. How can I implement manually ...
computermaniac's user avatar
0 votes
1 answer
309 views

WebView.loadUrl raising UnsupportedOperationException

This exception raising only in android 5.1 (Samsung galaxy J3 2016) Log: Caused by java.lang.UnsupportedOperationException java.util.Collections$SingletonMap$1$1.remove (Collections.java:355) ...
Axbor Axrorov's user avatar
0 votes
1 answer
792 views

Unexpected token error in Android 5 but not in Android 8

I am building an Ionic app that should work in devices with Android 8 and Android 5. The app uses two Cordova plugins that I wrote my self, and it works perfectly on Android 8, but when I try it on ...
VictorEspina's user avatar
1 vote
1 answer
266 views

Push Notification content text not showing on Lollipop

Here is the code for showing push notification: // receiverUid = unique uid for a receiver // notificationUid = unique notification_uid // receiverName, title, body are String variables. ...
Wamiq's user avatar
  • 1,264
0 votes
1 answer
236 views

Parse date from string on Android Lollipop

I have a date string like 2021-02-20 12:24:10 and I need to parse it to Date. I have the solution, which works on Nougat (API 24) and higher, but I need need the solution for Lollipop (API 21). The ...
QuarK's user avatar
  • 1,282
1 vote
0 answers
126 views

Android api 21/22 android version 5 video playing problems, video playing throws error Can't play video

Here is my code. When I run this app on android nexus 4 API 22, it throws me error saying "Can't play this video." However, the audio of video plays. Any help would be appreciated. Thanks ...
Kaustubh.P.N's user avatar
0 votes
1 answer
130 views

Can't create handler inside thread that has not called Looper.prepare()- Spinner in Android-5

Facing this issue in Android 5 while making dynamic UI, Although tried with xml too (working on 6-11). Any help will be appreciated. val spinner = Spinner(context) //ViewFactory.kt:186 val ...
Rohit's user avatar
  • 810
0 votes
0 answers
277 views

Xamarin.Forms: WebView support on Android 5.1

I've developed a Xamarin.Forms.Shell app where I use a WebView to manage appointments. By default, I let the Android minimum Version to 5.0, as I still have an old device on Android 5.1 that I use for ...
Gold.strike's user avatar
  • 1,287

15 30 50 per page
1
2 3 4 5
187