Skip to main content
Filter by
Sorted by
Tagged with
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!....
Ashish Tandon's user avatar
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. ...
Altivo's user avatar
  • 497
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, ...
Rohan Pande's user avatar
0 votes
1 answer
194 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 ...
Marco Polo's user avatar
0 votes
0 answers
208 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 ...
WizAnd's user avatar
  • 11
0 votes
2 answers
226 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 ...
Marco Polo's user avatar
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 ...
Vishwas Bhatt's user avatar
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, ...
user29983655's user avatar
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 ...
Bobby Brady's user avatar
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. ...
SalmanNaghori's user avatar
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 ...
Marco's user avatar
  • 78
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 ...
coder101's user avatar
  • 473
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
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....
Anny's user avatar
  • 13
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 ...
Poojitha Chivukula's user avatar
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?...
mwarning's user avatar
  • 811
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 ...
Dave's user avatar
  • 11
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 ...
Hitesh Sharma's user avatar
1 vote
0 answers
251 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 ...
idunnololz's user avatar
  • 8,463
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=...
Sourabh Bhatt's user avatar
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 ...
Teriblus's user avatar
  • 749
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 ...
shweta Kumari's user avatar
0 votes
1 answer
174 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 ...
Flyview's user avatar
  • 2,001
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/...
Artyom's user avatar
  • 31.5k
1 vote
0 answers
96 views

I'm encountering an issue with playing a ringtone in the background for my notifications on Android 14. Here's the flow: I receive notification data from FCM, create a silent notification channel, and ...
Khalid Ahmad Fazli's user avatar
0 votes
0 answers
333 views

Description I am facing the following crash when trying to checkout on a device with Android version API "VanillaIceCream" after setting the targetSdkVersion & compileSdkVersion 34. ...
Sagar Bharatbhai Chauhan's user avatar
-2 votes
2 answers
162 views

I've successfully written and read files in the internal storage. So far, so good. However, I cannot list the files in the storage. listFiles() only returns one single file, "profileInstalled&...
Harry's user avatar
  • 1
1 vote
1 answer
746 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 ...
Shashank Pednekar's user avatar
0 votes
0 answers
72 views

Configured a widget to track WiFi status and display it in the Widget On Android 14, when you turn off or turn on WiFi in the widget, the status changes only if you decrease or increase the Widget and ...
Pilot777's user avatar
1 vote
0 answers
49 views

I created an app using cn1 that has been on the Google Play Store for a while. Recently I received a warning on Google Play Console: Your app currently targets API level 33 and must target at least ...
dalovrek's user avatar
0 votes
0 answers
1k views

I'm using flutter_background_service: ^5.0.7 along with geolocator: ^11.0.0 to start a background service and track the user location. on android 14 I'm the application crashed when its attempting to ...
MRS's user avatar
  • 29
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
1 vote
0 answers
72 views

After updating to sdk 34 when I'm running my application on Android 14, local images are not visible whereas its working fine in Android 13. buildToolsVersion = "34.0.0" minSdkVersion = 23 ...
Aakriti Singh's user avatar
1 vote
2 answers
1k views

I’m working on a React Native application (version 0.74) and am experiencing issues with the WRITE_EXTERNAL_STORAGE permission on Android API 33+ (Android 13+). As per the new permission model ...
Swalih Muhammed's user avatar
0 votes
0 answers
37 views

In mid-July, many users reported this problem in the app, but no Bluetooth-related code has been modified recently. Most of the users who reported this use Android 14 phones. In the project, ...
TerrenceZhang's user avatar
0 votes
1 answer
256 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 ...
박치수's user avatar
0 votes
0 answers
378 views

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

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
148 views

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
  • 95
0 votes
2 answers
386 views

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
  • 8,056
0 votes
0 answers
274 views

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
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="...
Dick Farnsworth's user avatar
0 votes
1 answer
2k views

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,809
0 votes
0 answers
589 views

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
  • 45
0 votes
1 answer
1k views

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
  • 471
-1 votes
1 answer
467 views

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
50 views

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
  • 767
0 votes
1 answer
215 views

I'm trying to disable an Android component from my system app's service class using the code below. It's working fine in A13 and earlier versions, but it is not disabling the component in A14. I also ...
Srikanth's user avatar
  • 1,595
1 vote
0 answers
222 views

I am trying to make a function that deletes a selected video from a recycler view. After the confirmation in the confirmDeleteDialog I receive "Failed to delete video" , knowing that the ...
NeroVero's user avatar
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