Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-14]

The tag has no usage guidance.

0 votes
0 answers
9 views

I have implemented the code to raise local reminder notification everyday at specific time. On Android 14 phone not able to receive this notification

Below is my code snippet. AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); android.icu.util.Calendar calendar = android.icu.util.Calendar.getInstance(...
Aniket's user avatar
  • 1
0 votes
0 answers
21 views

React Native 0.74.3 crashes when the app starts on Android 14 with Display over App enabled

package.json { "name": "Picky_Assist", "version": "0.0.1", "private": true, "scripts": { "android": "react-native ...
Anu Robinson's user avatar
0 votes
0 answers
39 views

Difficulties upgrading old project to Android 14

I am experiencing tremendous difficulties upgrading a project to Android 14. A little background into the project. The project currently cannot be upgraded past Java 15 , API Level 33 and Gradle 7.0.2 ...
Julian Silvestri's user avatar
0 votes
0 answers
21 views

Android 14: (SeekBar) onDraw is protected now

In my Android app I am overriding AppCompatSeekBar.onDraw to extend my seek bar. As far as I know this is the way it should be done - see: https://developer.android.com/develop/ui/views/layout/custom-...
Harald Mandl's user avatar
0 votes
0 answers
19 views

permission for appear on top suddenly stopped after updating target SDK android 14

After updating android 14, we facing a critical issue regarding to this update. we build a screen lock app which need a full permission to access for foreground and background, but, after updating our ...
IT Study with hasan's user avatar
0 votes
0 answers
16 views

How to resolve getWritableDatabase() SELinux audit error: denied { ioctl }? (Android 14)

I encountered an issue where getWritableDatabase() from SQLiteOpenHelper in my Android app throws an SELinux audit error. It still works but in logcat I can see that error. The specific log entry ...
Valentin Aldea's user avatar
1 vote
0 answers
54 views

Android Emulator detection is not working for some devices

I have a piece of native code with C in my Android project for detecting emulators. It works perfectly for detecting all Emulators but some real devices are detected as vulnerable too. How can I ...
nima's user avatar
  • 85
0 votes
2 answers
51 views

Android 14 Foregroud Service Types are required for Dependencies in Android SDK Upgrade Assistant

I'm familiar with Foreground Service Type requirement in Android 14. The app does not have any foreground services itself. However when running Android SDK Upgrade Assistant it shows a number of ...
AlexVPerl's user avatar
  • 7,926
0 votes
0 answers
54 views

How to resolve PendingIntent issue with Android SDK 34

In my Nativescript app, I am not directly using PendingIntent object but still I am getting the below error java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of ...
Rahul's user avatar
  • 1
-1 votes
1 answer
83 views

Why does Bluetooth le scan return address XX:XX:XX:XX:55:66 in android 14

I have a Bluetooth LE app that has been working fine since android 4.0. I have fixed the permissions for 14 to add the following to the Manifest I fixed a few other problems and everything is ...
Dick Farnsworth's user avatar
0 votes
1 answer
99 views

Check permission USE_FULL_SCREEN_INTENT always returns GRANTED on Android 14

Not going into much detail (NDA), our app (kotlin + compose) allows users to receive calls that they can accept or decline in the notifications. When the screen is locked and a call is received, a ...
DN2048's user avatar
  • 3,791
0 votes
0 answers
55 views

Android target 14 - Starting FGS with type location

I'm using foreground service type as location to fetch location through the service. it will fetch every 2 mins interval. service get start and stopped, after 2 mins again it will get start and ...
bala's user avatar
  • 35
0 votes
1 answer
504 views

Update your Play Core Maven dependency to an Android 14 compatible version

I have received this message from Google Play: com.google.android.play:core:1.10.3 Google Play Core (com.google.android.play:core) has added this note for SDK version 1.10.3: Update your Play Core ...
alexC's user avatar
  • 157
-1 votes
0 answers
58 views

Android - understanding android 14 changes

I am new to android development and want to understand the changes done for android 14 (API level 34). What happened was the usual flow of activities (from android 13) that we have (A -> B -> C) ...
tiredqa_18's user avatar
1 vote
0 answers
33 views

Migration RxBroadcast from android 13 to android 14

How to migrate RxBroadcast from android 13 to android 14? How to resolve security exception: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being ...
Slava's user avatar
  • 645

15 30 50 per page
1
2 3 4 5
12