169 questions
1
vote
2
answers
698
views
Android 14: logcat displays only "Telecom" tag
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
Facing issue on changing App Language in Android 13 & 14
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
Flutter LiveKit screen sharing issue, app crashes on Android 14 and above
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
Android 14 API 34. No Activity found to handle Intent
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
How prevent show virtual keyboard in edittext while typing on physical keyboard?
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
How set user and group of new service binary file added to AOSP?
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
Android 14 Photo Picker Camera Tile Removed From Google Chrome
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
How to Prevent Fullscreen Overlap with Status Bar on Android 14+ [duplicate]
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
Android 14 - Foreground service type for FirebaseMessagingService
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
Android 14 BAL Hardening Warning for PendingIntent in Wear OS (Target SDK 34+)
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
Chrome on Android 14 does not show the option to open the camera when uploading an image
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
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 Android 14 by adding the following to the Manifest:
<uses-permission android:name="...
0
votes
1
answer
59
views
Not Recieving any Accessibility Event at all
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
Android 14 build completed successfully , but emulator not working
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
Android 14 context registered broadcast receivers not working
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
Foreground Service crashing on Android 14
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
How to start a FOREGROUND_SERVICE with microphone access in background on Android 14?
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
Build AOSP Android14 and run emulator result fstab error
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
Foreground service auto-restarting on OnePlus 10R (OS 14) even when app is killed, not reproducible on Samsung devices
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
Resolve uri from PickVisualMediaRequest to absolute path in Android 14 [duplicate]
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
Android 13 & 14 seem to close WebSocket connection, if i put app in background, after ~20s
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
Slow intent broadcast delivery on Android 14
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
Manifest.permission.MANAGE_EXTERNAL_STORAGE does not work on Android 14
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
Foreground service crash andorid 14
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
Problems encountered when developing apps with Android 14
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
This app isn't compatible with the latest version of android. in android 14
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
Push notification icon is not displayed as expected on Android 13 and above. Instead, it shows a circle. How can I fix this issue?
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
Change language causes app ended in Android 14
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
Is there Android 14 for Samsung Galaxy Tab A7 (not A7 Lite)?
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 React Native App to target SDK 34 and registered receiver also in MainApplication.java but still getting crash
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
SecurityException: The number of child package elements exceeded the max allowed in queries
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
Microsoft Excel changed file's visibility-in-code after saving in Android 14
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
on android 14, overridePendingTransition work wrong
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
Android 14 (SDK 34) Background Activity Launch blocked
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
What Foreground Service Type is appropriate for a server socket to listen on incoming data
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
Android 14 Java Wake Screen depreciated
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
Grant auto permission dont work since Android 14
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
Unable to pair bluetooth 2.1 SPP device with recent samsung phones and tablets
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-native-background-actions ( service stopped Android 14 )
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
Maui Android 14 API 34 Storage Write and Audio Permission not working
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
Adding custom button action with NotificationCompat.CallStyle is not working (Android)
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
foregroundServiceType 0x00000001 is not a subset of foregroundServiceType attribute 0x00000000 in service element of manifest file
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
Predictive back issue when DialogFragment navigates to a Fragment
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
HTML input type="file" not working to pull up camera for Pixel / android 14 combination
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
Accessibility Service info not reported for apps where filterTouchesWhenObscured flag is true on Android 14
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
Android 14 Exception While starting foreground service with foreground types
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
Xamarin Forms : App crashing in android 14
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
Cocos2d-x project crashes only on android 14 (SDK 34)
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
UsbManager returns empty device list in emulator - even when USB device is connected via usb-passthrough
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
Android 14 Foreground Location Service Crash Despite Permission Granted
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 ...