Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
110 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 ...
rolinger's user avatar
  • 3,196
1 vote
1 answer
62 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 ...
Vauxe's user avatar
  • 71
0 votes
1 answer
126 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 (...
Anand Nishad's user avatar
1 vote
2 answers
140 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, ...
SKV's user avatar
  • 13
0 votes
2 answers
57 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 ...
valeroso's user avatar
  • 142
0 votes
0 answers
47 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 ...
user23515317's user avatar
0 votes
2 answers
68 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 ...
ZaraDaly's user avatar
0 votes
1 answer
48 views

I can't start my scanner from registerForActivityResult. It seems to me that the launcher launches too quickly when there is no surface view yet. I have tried setting permissions by hand remove ...
Stanisław Olszak's user avatar
0 votes
1 answer
68 views

My small, tutorial-for-me app was working on my physical test device (Samsung Galaxy S7 running Android 8.0.0) - it requested permissions for location and responded accordingly (I either show a ...
Todd's user avatar
  • 1,983
0 votes
0 answers
71 views

I need a way to detect the state of Lock Screen and Show content on Lock Screen settings shown in the following screen shot. I can find answers detected for Xiaomi/Redmi Devices or how to show widgets/...
aya salama's user avatar
1 vote
0 answers
152 views

I am developing an Android app using Health Connect (version 1.1.0-rc01) on a Pixel 9a running Android 15. I'm trying to request Health Connect permissions (e.g., android.permission.health.READ_STEPS) ...
user30594948's user avatar
0 votes
1 answer
91 views

I'm downloading a file and I want Android to save it to the downloads folder by default. But when the download finishes, nothing is done. I'm on Android 16 API 33. This is my function const ...
anonimo's user avatar
  • 21
0 votes
0 answers
81 views

I’m currently integrating Samsung Health into my React Native app using the Samsung Health Data SDK. I’ve already completed the following steps: -- Registered as a Samsung Health partner. -- Verified ...
karthick.m's user avatar
1 vote
1 answer
62 views

I wrote the apk which use FTDI usb to serial converter. I use Samsung Galaxy Tab Active 4 Pro 5G and Docking station https://www.gamberjohnson.com/product/7160-1418-50/ This docking staion expands 2 ...
savva's user avatar
  • 61
0 votes
1 answer
51 views

I use flutter_local_notifications for scheduled Android notifications: tz.initializeTimeZones(); final String currentTimeZone = await FlutterTimezone.getLocalTimezone(); tz.setLocalLocation(tz....
Dima's user avatar
  • 1,329
0 votes
1 answer
126 views

I have a .NET MAUI Android Application and I am debugging on a physical device with Android 14.0 - API 34 Now in my AndroidManifest.xml I have the line <uses-permission android:name="android....
CrazyEight's user avatar
0 votes
0 answers
58 views

I'm developing an Android app that should be automatically installed and launched as part of the device setup process using a Mobile Device Management (MDM) solution. The app's package is configured ...
TheStranger's user avatar
  • 1,599
2 votes
0 answers
267 views

I have an Android application that communicates with a specific device via SMS. The app requires the following permissions to send and receive SMS messages: <uses-permission android:name="...
YUSEF PASHA's user avatar
0 votes
0 answers
80 views

I'm trying to build a flutter app to get the location every 2 seconds even when the app is minimised. I'm using the flutter_background_service: ^5.0.4 for the app to check location when minimised. ...
HARI PRASATH's user avatar
2 votes
1 answer
475 views

I am using WorkManager in my Android application to do some background work. This work is using the Internet for HTTP POST requests to an API. With the app running in the foreground everything works ...
lchristmann's user avatar
0 votes
0 answers
48 views

`I want my Android application to check for an internet connection on the first launch and prevent any further execution (such as API requests) if the internet is not available. If the internet is ...
darknessww's user avatar
3 votes
0 answers
1k views

Following Google Play's statements on image access permissions, I remove READ_MEDIA_IMAGE and READ_MEDIA_VIDEO in AndroidManifest but I always have the error message Google Api Error: Invalid request -...
mbignon92's user avatar
0 votes
2 answers
234 views

I’m facing an issue with my React Native app where camera and file access permissions are not being granted on Android 14, even though I’ve allowed the permissions in the settings. The permissions are ...
Brack Jack's user avatar
0 votes
0 answers
44 views

I have an android app which is capturing the location. I have tried to check the permissions required on android 15 and also the context passed. Help me trace and fix the issue as it is occuring only ...
Aparna Mutnalkar's user avatar
2 votes
1 answer
230 views

I am trying to load an HTML file that I generate upon app's start, saved to: /data/data/com.me.myapp/files/autogen.html using: public class FileUtils { public static void saveToInternalFile(...
sfinja's user avatar
  • 883

1
2 3 4 5
83