Questions tagged [android-14]
21 questions
0
votes
1 answer
onpreferenceClick and sending Broadcast on Android 14
in our app we have implemented several Preferences of which two have a "Button" functionality.
In the onPreferenceClick() of aforementioned Preference the only thing that is done is send a Broadcast which then is actually received by a foreground…

TiGer
- 5,879
- 6
- 35
- 36
0
votes
0 answers
Queued broadcast delivery on Android 14 - time of delivery
On Android 14, broadcasts to context-registered receivers are queued while an app is in the background and in a cached state. The broadcasts won't be delivered until the app is brought back to the foreground. Is the time of delivery guaranteed to be…

Adam Burley
- 5,551
- 4
- 51
- 72
0
votes
2 answers
Why Stripe Payment Sheet Crashes in Android 14
Problem
I was developing an android application in Java in which I have to integrate the Payment module for the user to pay to use the specific service. I was using the Stripe's payment API for that. I used Stripe's android-SDK for the…

Devarsh Ukani
- 1
- 1
0
votes
0 answers
Does the Settings page for ACTION_MANAGE_APP_USE_FULL_SCREEN_INTENT work? Android 14
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 trouble to implement what is being described :
You…

TiGer
- 5,879
- 6
- 35
- 36
0
votes
0 answers
Black Background instead of transparent screen in an activity
I have an activity which uses the theme - Theme_Dialog (https://developer.android.com/reference/android/R.style#Theme_Dialog).
I am trying to test my app in the upcoming Android14(A14) Beta build, but the screen (apart from the the activity) is…
0
votes
1 answer
Detect Android 14's dynamic colors is in monochrome/grayscale mode
Android 14 (UpsideDownCake) has a monochrome/grayscale dynamic colors theme as can be seen in 1, how can I detect the mode to make further tweaks for the mode, e.g. making UI elements that don't use R.color.system_* such as UI images grayscale, in…

Ebrahim Byagowi
- 10,338
- 4
- 70
- 81