Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
698 views

I'm having a weird issue I cannot figure out. I recently bought a new phone (Nubia RedMagic 9 Pro, with Android 14) and I cannot make logcat work properly with it. By running adb logcat all I see are ...
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 = ...
0 votes
1 answer
87 views

I'm using LiveKit Flutter SDK to implement screen sharing in my Flutter app. On Android 14 (SDK 34 and above), the app crashes every time I try to enable screen sharing with: await room!....
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 ...
0 votes
1 answer
56 views

When I use this: etID.ShowSoftInputOnFocus = false; the virtual keyboard does not show on focus. That's what I want. But when I start typing on the physical keyboard, the virtual keyboard pops up. ...
0 votes
1 answer
195 views

Setting deamon user and group done on myservice.rc file: service myservice /vendor/bin/myservice class core user system group system Resulting: adb shell ps -A | grep myservice system ...
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 ...
0 votes
0 answers
53 views

I tried running my Android application on newer SDK versions (like API 35), and I noticed that the app is now displaying in full screen — even drawing content under the system status bar. Previously, ...
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 ...
1 vote
1 answer
279 views

I’m developing a standalone timer app for Wear OS with targetSdk 35. The app has an ongoingActivity notification and a watch face complication. When the user taps the notification or the complication, ...
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 ...
0 votes
1 answer
279 views

I have a Bluetooth LE app that has been working fine since Android 4.0. I have fixed the permissions for Android 14 by adding the following to the Manifest: <uses-permission android:name="...
0 votes
1 answer
59 views

I'm not Recieving any Accessibility Event when app is minimized (in android 14) but it works fine in android 10 Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest ...
2 votes
2 answers
3k views

lunch aosp_x86_64 m -j16 TARGET_PRODUCT=aosp_x86_64 build completed successfully. $ emulator INFO|Android emulator version 31.3.9.0 (build_id 9070145) (CL:N/A) INFO|Storing crashdata in: /tmp/...
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 ...
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....
0 votes
0 answers
209 views

I'm developing a child safety app as a pet project. On the parent's device, there's a map that shows the child's current location. On the child's device, I run a background service that also includes ...
0 votes
2 answers
227 views

Setup AOSP sources with: repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r75 And setting: source build/envsetup.sh lunch aosp_cf_x86_64_phone-trunk_staging-userdebug ...
0 votes
0 answers
48 views

I'm experiencing unexpected behavior with a foreground service on OnePlus 10R (Android 14). The service restarts on its own even after the app is killed (swiped from recents). This does not happen on ...
0 votes
0 answers
29 views

In Android 14 the PickVisualMediaRequest callback returns an abstract uri which does not point to the image and cannot be resolved in a webview html file upload control. In Android 13 the ...
-1 votes
1 answer
2k views

In our Android app we have a VideoCall feature. We use 'webRTC' library + i see a 'io.socket:socket.io-client' dependecy. We have a class 'RtcWrap' (instantiated by DI as a singleton) - this holds ...
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)....
1 vote
3 answers
17k views

I want to access all folders/files on external storage to display them on screen (like a file manager app) follow this document It worked fine on Android 13 but on 14. On Android 14, the permission ...
0 votes
2 answers
92 views

I'm getting this error Starting FGS with type location callerApp=ProcessRecord{22f416f 27792:smartsense.co.in.sensephone:remote/u0a255} targetSDK=34 requires permissions: all of the permissions allOf=...
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' ...
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 ...
0 votes
1 answer
1k views

I'm trying to display a custom icon for push notifications on all Android devices. However, on Android 13 and above, the notification icon is replaced by a white circle instead of the icon I provided. ...
0 votes
0 answers
52 views

In my android app that I am developing up to android 13 by changing the language of the device the app used to work properly, now when I put the app in the background, change the language and go back ...
0 votes
0 answers
118 views

Asking because I'd like to test my ionic app with Capacitor 6.0 built for Android. But I understand Capacitor 6.0 only targets devices with Android 14+. I understand Samsung has released Android 14 ...
0 votes
1 answer
298 views

Updated my react native app target sdk version to 34 but got error One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED so added this code in MainApplication class registered receiver in mainapplication....
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 ...
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 ...
0 votes
2 answers
2k views

I tried to implement activity to activity transition with animation, so I used overridePendingTranstiion. and I find some very weird issue. this issue occur when I remove any obsolete xml file that ...
0 votes
0 answers
624 views

Recently, we have upgraded the SDK version of our app to 34 (Android 14) and after the we have noticed that our app is getting launched when the user clicks on the Notification. Our initial research ...
1 vote
0 answers
41 views

Android 14 requires that every Service has a foreground service type set. What is the correct type for an App that needs to listen on a socket for incoming data and sometimes need to start an activity?...
0 votes
2 answers
233 views

I have an App that can Wake the Screen, it works perfectly on earlier versions of Android 6 to 11. After upgrading to Android 14 it no longer works. I have modified my code to incorporate the ...
1 vote
0 answers
550 views

I am responsible for small problems in our company for the Android App since I am not such a good coder, iam a Sys Admin but iam like an Allrounder. Before we consider paying for a coder I want to fix ...
0 votes
0 answers
118 views

We are using a BLE 2.1 device with SPP for serial communication with android tablet Samsung Galaxy Tab Active 3 (SM-T575). We recently upgraded to the new Galaxy Tab Active 5 (SM-X306B), and the ...
0 votes
1 answer
777 views

React Community... This is my first question here I am using "react-native-background-actions" library to run task in background even if user kill the app. But i am facing issue that after ...
0 votes
1 answer
256 views

I'm trying to request for the permission in Maui Android 14 API 34 .NET version 7.0 always getting access denied Permissions.RequestAsync<Permissions.StorageWrite>(); Also provided necessary ...
1 vote
3 answers
1k views

Starting in Android 12, CallStyle is introduced for creating call-related notifications. And I'm using NotificationCompat to support backward compatibility. Everything works fine if used the ...
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 ...
1 vote
0 answers
252 views

I am in the middle of adding full support for predictive back to my app however I encountered a weird bug while doing so. In one area of my app I have a Fragment FragA that shows a DialogFragment ...
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 ...
0 votes
1 answer
175 views

My app depends on accessibility events (for example, AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED or AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED) and the information in the AccessibiltyNodeInfo ...
1 vote
1 answer
1k views

I'm trying to change my call app for OS14 behavioral changes. App works fine when app is in foreground state.This is the code block used to start the foreground service. if (Build.VERSION.SDK_INT >=...
0 votes
1 answer
912 views

when i clean and rebuild it works fine but when i Build the application in android 14 mobile like google pixel 7 then the application gets installed but crashes after splash screen. I have added the ...
0 votes
1 answer
257 views

I'm working on a project developed with Cocos2d-x. Using org.cocos2dx.lib, I have successfully ported it to Android in Android Studio. However, I'm encountering a crash issue that only occurs on ...
1 vote
1 answer
380 views

I'm debugging USB related issue due to upgrade to SDK34 and failure on Android 14. I don't have a physical device so I resort to emulator. I chmoded the usb device: such that the device is readable/...
1 vote
1 answer
747 views

I'm encountering a crash on Android 14 devices after updating my app's targetSdk to 34. The crash occurs when trying to start a foreground service with the location type, even though the necessary ...