Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
0 answers
25 views

There's a confusion regarding android.permission.WAKE_LOCK in my Android app. My source code and AndroidManifest.xml do not contain WAKE_LOCK but when I build the APK and decompile it the permission ...
0 votes
0 answers
70 views

I am developing an Android app similar to Yacine TV that streams video content using a WebView. However, on some devices running Android 12 and 13, the video player shows a black screen while the ...
0 votes
0 answers
177 views

My cordova app displays photos that users can click on and then pinch expand/zoom the photo and/or download the image. I am using the plugin: https://github.com/YaroslavG/photoviewer. I just ...
1 vote
1 answer
45 views

Either i have open location permission window from my application, either i have go myself in application settings -> Permissions -> Location and playing with the options: Allow all the time ...
1 vote
1 answer
66 views

After reading and playing around with this for a few days with little success, I've decided to ask for help. I'm working on a file-management app spanning APIs 24 through 36 (as of writing). I'm using ...
0 votes
1 answer
93 views

I am trying to make an app in Kotlin targeting Android SDK 33 I want the app to be very minimalist and simple, and as soon as the user opens it, it has a map and be centred on the user's location (I ...
0 votes
1 answer
152 views

I’m building an Android app that displays a custom UI when there’s an incoming call. Currently, I handle it like this: If overlay permission is granted → show a Service with overlay (...
0 votes
0 answers
83 views

My images are not shown in gallery and are not editable (draw something onto it) if I open them from Android file explorer. The wired thing (at least for me) is when I change the name of the file in ...
1 vote
2 answers
159 views

Problem Summary I'm experiencing contradictory permission declaration errors in Google Play Console that don't match my actual app manifest. Despite multiple clean builds and manifest verification, ...
0 votes
0 answers
157 views

I am building a Kotlin-Multiplatform app. The core of my app relies on having access to photo exif data of images. I asked users permission for READ_MEDIA_IMAGES which works fine when the user grants ...
0 votes
2 answers
60 views

I'm trying to understand whether it's a design problem or a technical one. I've one Activity and two Fragments. Activity layout is just androidx.fragment.app.FragmentContainerView where a fragment is ...
0 votes
0 answers
32 views

I have the following code to get Photo and video permissions: public void requestPhotoAndVideoPermissions() { List<String> permissions = new ArrayList<>(); if (Build....
0 votes
0 answers
65 views

I need to retrieve EXIF data from photos present in gallery for Android 13+ devices. On these devices, EXIF data is stripped from images unless ACCESS_MEDIA_LOCATION is requested at runtime. This ...
0 votes
1 answer
237 views

can I use the camera occasionally by running my app in the background 24/7 with permission from the user? Does Android currently allow this? I did some research on the internet but I couldn't find a ...
0 votes
2 answers
69 views

I have a small game/app, that you need to guess a randomly generated number. Once you get it, my app will POST your name (from localStorage) and your score to my server. It is currently working on ...

15 30 50 per page
1
2 3 4 5
...
275

AltStyle によって変換されたページ (->オリジナル) /