Skip to main content
Filter by
Sorted by
Tagged with
56 votes
7 answers
76k views

I have an Android application that worked fine until Android 13. After upgrading to Android 14 (Setting targetSdkVersion as 34) my application is Crashing on Android 14. Here's my crash log. java.lang....
Ajith M A's user avatar
  • 5,457
45 votes
3 answers
18k views

I'm experimenting with my app on an Android 14 device, where I'm sending a local broadcast and then subscribing to it within the app. However, when I utilize the RECEIVER_NOT_EXPORTED option, the ...
Srikanth Nama's user avatar
34 votes
5 answers
16k views

I have implemented Foreground Service using WorkManager, it works fine upto API Level 33. Since it is mandatory in API Level 34 to specify foregroundServiceType, I specified it in Worker and in the ...
Saif's user avatar
  • 341
20 votes
4 answers
22k views

I found that after my app reached a fair size (e.g. by adding multiple libraries), running the app threw java.lang.SecurityException: writable dex file '.../code_cache/.overlay/base.apk/classes2.dex' ...
Wei Wen's user avatar
  • 443
19 votes
2 answers
10k views

When targeting android 14, we should provide at least one foregroundServiceType for each service in manifest - https://developer.android.com/about/versions/14/behavior-changes-14#fgs-types Which ...
Martin.M's user avatar
  • 383
18 votes
3 answers
13k views

I have an android app which uses in-app-updates. After targeting android 14 (API 34) the app will not start due to this error: FATAL EXCEPTION: main Process: no.norva24.mslam, PID: 8281 java.lang....
Roar Grønmo's user avatar
  • 4,078
15 votes
0 answers
4k views

I have an Android screen recording app. In my app the user can start a screen recording directly in the app, as well as via a button in a notification (bound to a foreground service). To start a ...
jhain's user avatar
  • 216
12 votes
5 answers
12k views

I posted this in the react-native-webview discussion thread in GitHub in case this is something they need to add support for, but wanted to see if anyone had any thoughts here: Disclaimer: I'm a web ...
ScalableDale's user avatar
11 votes
3 answers
5k views

using ContextCompat.registerReceiver(this, mIntentReceiver, filter, ContextCompat.RECEIVER_EXPORTED); or registerReceiver(mIntentReceiver, filter, Context.RECEIVER_EXPORTED); it hints "Must be ...
lalall's user avatar
  • 188
10 votes
2 answers
17k views

my application shows the below warning after installing it on a phone for the first time, only in Android 14: This app isn't compatible with the latest version of Android. check for an update or ...
Mahdi Iranmanesh's user avatar
9 votes
3 answers
7k views

Attempting to upload photos on a website using chrome on Android 14. There is no longer an option to use camera to take photo and upload. Only option is to choose photo from album. This issue only ...
Nivekyrrep's user avatar
6 votes
1 answer
2k views

In the documentation for behaviour changes when targeting Android 14, there is an issue mentioned related to ProGuard and ClassValue: ProGuard issues: In some cases, the addition of the java.lang....
Adam Burley's user avatar
  • 6,159
6 votes
1 answer
4k views

I have an app that uses a sticky foreground service to do some Bluetooth operations, it was working well untill android 14 release. I got this trace from Firebase although I am not able to reproduce. ...
Ameer Elbaz's user avatar
6 votes
2 answers
518 views

I'm getting UnsupportedOperationException crash on live app. All the crashes are associated with Samsung Fold Android 14 devices. But still no clue how to reproduce or fix this. Any help would be ...
Lok1n8's user avatar
  • 69
6 votes
3 answers
981 views

My app has suddenly started crashing using the TimePickerDialog API. This is only happening on Google Pixel 6, 7, and 8's running Android 14. I see there was a security update March 4, 2024 and the ...
Jon Schlossberg's user avatar
6 votes
0 answers
8k views

My app downloads pictures and saves them in Download/MyAppName folder. There is an Activity in the app that will scan the folder and get all the photos saved in there and show them in a RecyclerView. ...
User222's user avatar
  • 81
6 votes
1 answer
968 views

I am the developer of a simple Android app that records location movements on behalf of the user. One can start the recording from the main Activity as well as from a Quick Tile. The recording takes ...
Y20K's user avatar
  • 633
5 votes
3 answers
6k views

In the Android 14 release, there is a new permission: READ_MEDIA_VISUAL_USER_SELECTED: The READ_MEDIA_VISUAL_USER_SELECTED permission is granted, providing partial and temporary access to the user's ...
Khuê Nguyễn's user avatar
5 votes
0 answers
547 views

When the android application is updated on Android 14 Samsung mobile phones, custom activity animations are broken and the problem continues until you restart the phone. I am also experiencing this ...
AndroidMaster06's user avatar
4 votes
1 answer
2k views

I'm getting this exception when scheduling a work manager task. android.app.InvalidForegroundServiceTypeException: Starting FGS with type none callerApp=ProcessRecord{c23a512 15473:mypackage/u0a350} ...
casolorz's user avatar
  • 9,814
4 votes
4 answers
3k views

I set my android app local via fun setSystemLocale(context: Context): Context { val locale = getCurrentLanguage().locale Locale.setDefault(locale) val configuration = ...
Shashank Tyagi's user avatar
4 votes
0 answers
443 views

I want to programmatically enable or disable the Bedtime Mode from my app. The action must be able to run while the device is in standby mode. Possible options for me are: manipulate system settings ...
Wip's user avatar
  • 141
3 votes
3 answers
6k views

We have an Angular 13 app and we are using <input type="file" accept="image/*"> to upload an image. Up to Android 13, Chrome showed two options: Open the camera to take a ...
Jose Aviles's user avatar
3 votes
1 answer
2k views

I am trying to conform to the new Android 14 behavioural changes, specifically the changes regarding secure full-screen intent's The documentation is quite specific, still I am having quite some ...
TiGer's user avatar
  • 5,949
3 votes
1 answer
1k views

I recently tried the Android 14 emulator (API Level 34) and verified how dialogs look like on the new OS. At first sight I noted that the dialog's scrim (used to be dark transparent gray) disappeared. ...
Lino's user avatar
  • 6,230
3 votes
2 answers
1k views

I have 2 services in my app that sometimes communicate with each other via broadcast intents. The time between an intent being sent and getting delivered on Android 13 is 1-2ms (tested on a Pixel 4XL)....
Flyview's user avatar
  • 2,001
3 votes
1 answer
4k views

Allow accessibility service for APK that is out of Google Play: In Android 13 Google added "restricted settings" where the user can check and then he can allow accessibility service. See ...
zvi's user avatar
  • 4,904
3 votes
0 answers
302 views

On android 14 I get an error when adding more than 1000 elements inside a element in AndroidManifest. Caused by: java.lang.SecurityException: The number of child package elements exceeded the max ...
Viktor Vasilyevskii's user avatar
3 votes
0 answers
1k views

Before I upgraded to target SDK 34 (Android 14 Upsidedown cake) my app was able to launch an external app from my foreground service using this code: Intent LaunchApp = getPackageManager()....
Ton's user avatar
  • 9,916
3 votes
0 answers
398 views

My android kotlin app install and runs fine on android versions upto 13. But in android 14 i get the error "Package installer keeps stopping" while installing the app. Below are error ...
Sheraz Ahmed's user avatar
3 votes
0 answers
3k views

BACKGROUND Migrating Android Java project from Android SDK-13 to Android SDK level 14. I need to register some Broadcast related Flags. According to several online documentation, I should use '...
wafers's user avatar
  • 1,241
3 votes
0 answers
699 views

The push notification jumps correctly, I have followed the steps in the Android 14 documentation to create full screen intents but only the notification is created and it is necessary to click on it ...
bungaedu's user avatar
3 votes
0 answers
7k views

Problem Description: I'm currently working on migrating an Android app from SDK 33 to SDK 34 (Android 13 to Android 14). During the migration process, I encountered warnings in the manifest files of ...
Red Coder's user avatar
  • 145
3 votes
0 answers
2k views

In the decument https://developer.android.com/about/versions/14/behavior-changes-14#background-activity-restrictions you can see that. For apps targeting Android 14, the system further restricts when ...
evergreen's user avatar
  • 773
2 votes
2 answers
5k views

I had a working code. It is working fine till Android 13 but from Android 14 it is not working. Problem: application needs to start a new activity-for-result. On launching new Activity, code is ...
Rishabh Kabra's user avatar
2 votes
1 answer
8k views

On Android 14 there is a new storage access permission, according to the doc: https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_VISUAL_USER_SELECTED This permission will ...
Roman's user avatar
  • 930
2 votes
1 answer
913 views

According to the documentation on Android 14 behaviour changes, context-registered receivers should use a flag to indicate whether or not the receiver should be exported. However there is an exception ...
Adam Burley's user avatar
  • 6,159
2 votes
1 answer
634 views

I'm having issues with Camera2API's SIGBUS in debug mode on Android OS 14. Has anyone experienced the same problem or knows how to resolve it? I did the following to check the event: This occurs when ...
kzkysdjpn's user avatar
2 votes
1 answer
87 views

I find once Microsoft Excel edit an excel file and saved, my app can no longer access that xlsx file by ContentResolver on Android 14. I am creating a .Net8 MAUI project targeting Android. I set ...
WJC's user avatar
  • 23
2 votes
1 answer
2k views

my Manifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-feature android:...
LGstudio's user avatar
  • 117
2 votes
1 answer
1k views

I'm working to support android 14 in a certain app, i'm having one issue with android native share sheet, since we have a pending intent with FLAG_MUTABLE, i'm getting this error 2023-10-16 14:23:20....
mohammad hassan's user avatar
2 votes
2 answers
1k views

According to the docs, we simply should update 'androidx.activity:activity' version in the build.gradle and add android:enableOnBackInvokedCallback="true" to the Manifest to make predictive ...
Pavlo28's user avatar
  • 1,616
2 votes
0 answers
201 views

I'm trying to record the screen of the application which starts recording using Media Projection, with "A single app" option, introduced in Android 14. In the second part of ...
Luka Zdjelar's user avatar
2 votes
0 answers
457 views

I was trying to upgrade my react-native project to android 14, but during run time, I am getting runtime error. Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library ...
Hansraj shokal's user avatar
2 votes
0 answers
370 views

I'm developing an Android app that requires the FULL_SCREEN_NOTIFICATION permission to display full-screen alarm notifications. In Android 14, this permission has become a runtime permission, so I've ...
Hasan Mohammadi's user avatar
2 votes
0 answers
302 views

I'm encountering an issue with my Flutter app's functionality (only for Android 14) related to downloading eSIMs directly from my application. The flow of the process involves a button within the app ...
Avinash avinu's user avatar
2 votes
0 answers
106 views

Component: android.widget.ExpandableListView Method: onInitializeAccessibilityNodeInfoForItem Error: NullPointerException in getUnflattenedPos on ExpandableListConnector (null object reference) Stack ...
John Campusano's user avatar
2 votes
0 answers
2k views

I just released an update targeting API 34 and suddenly I'm getting this exception and it is happening 100% only on Android 14 devices. Caused by android.app.ForegroundServiceStartNotAllowedException: ...
casolorz's user avatar
  • 9,814
2 votes
0 answers
429 views

Problem Statement: When attempting to install an application via APK on Android 14 Pixel 7A, encountering the error "Unknown apps can't be installed by this user." Attempted Solutions: ...
Kiruba's user avatar
  • 81
2 votes
0 answers
549 views

I'm encountering an issue with SMS verification in our app using Firebase OTP. After sending the OTP, we receive an error, but this issue only appears on devices running Android 14. The app works fine ...
Hüseyin Tamer's user avatar