Questions tagged [samsung-mobile]

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

1611 questions
3
votes
1 answer

Webview Crashes in Samsung Devices : Chrome 84

We are experiencing large number of crashes recently especially in Samsung devices (mostly Android 10, Chrome 84). The users start experiencing black screen/flickering screens while watching a video The crash report in Play Console says : #00 pc…
Barun Patra
  • 31
  • 1
  • 4
3
votes
1 answer

How can I use the default day/night notification background color with Samsung?

My app displays custom notifications with RemoteViews and I want them to look like the device theme. If the user has set his device to night mode, the background should be dark and if the user has set his device to day mode, the background should be…
user10981072
3
votes
1 answer

Firebase Cloud Messaging not working with Samsung Internet

I'm setting up Firebase Cloud Messaging to do push notifications on the web. It works but only with Chrome (Windows and Android) and Firefox(Android) so far. It's not working on Samsung Internet Browser (the browser that comes pre-installed on…
3
votes
0 answers

Notifications (wakeup) on Samsung S10 with Android 10 not working as expected

In my app it is important to display a notification at a certain point in time (as alarm for Accident detection if the user does not move anymore). This alarm is working on all Android versions < 10 and is also working with the most Phones with…
Gatschet
  • 1,337
  • 24
  • 38
3
votes
1 answer

Failed to generate key pair on Samsung S20, S20+ and S20 Ultra for biometric auth

We have an issue with Samsung S20, S20+ and S20 Ultra devices when trying to generate a keypair upon enrolling in fingerprint auth in my app. We are only seeing this issue on the new Samsung S20 family with the Exynos chipset (International model)…
3
votes
0 answers

How to use inbuilt call recording functionality in Android?

Samsung and one plus mobiles are providing default call recording functionality in android 9 and 10. Is there any way to use that inbuilt call recording feature in my android application? I tried with lot of ways. But I'm unable to record a call.…
3
votes
1 answer

How to get swimming data using samsung health app

I want to get swimming data from Samsung Health App but not get any proper solution. Below is my code. public class SwimmingReport { private final HealthDataStore mStore; private SwimObserver swimObserver; private static final long…
Mohd Sakib Syed
  • 1,679
  • 1
  • 25
  • 42
3
votes
1 answer

Why `pstore` is not working with Samsung S10 5G?

I have Samsung S10 5G with root via instructions given by Magisk. I am trying to modify system.img to patch my SELinux policies in the AP file of ROM. When I flashed the AP file with other files using Odin then it fails with a boot loop. To debug…
3
votes
1 answer

How to unpack, modify, pack and flash `system.img.ext4` file using Odin?

I have a system.img.ext4.lz4 file that is compatible with my Samsung S10 5G(Qualcomm) device. I have extracted system.img.ext4 file from the system.img.ext4.lz4 using unlz4 system.img.ext4.lz4 command. I want to play with its content. So I have…
Vatish Sharma
  • 1,536
  • 3
  • 16
  • 35
3
votes
0 answers

Samsung's App permission monitor keeps alerting my users about my app

My app uses a background service to stay in sync with our WS and also has access to the users' camera, location, storage and phone state. It's main function is that of barcode scanning, for which I use a 3rd party library. Recently some of my users…
Sebek
  • 642
  • 8
  • 22
3
votes
1 answer

Request Samsung to whitelist my app from battery optimization 'Put app to sleep'

We have a podcast player app, which works great on most phones, but some Samsung users are reporting that the stream stops playing when the screen turns off. We are using foreground services and notifications for playback with ExoPlayer. After some…
Daniel Zolnai
  • 16,487
  • 7
  • 59
  • 71
3
votes
1 answer

I want to emulate a Samsung Galaxy S10+, but skins don't emulate the behavior

I want to emulate Samsung devices, and found a couple of skins, inputted the screen sizes and the resolutions, and when I finish, I find the OS is different than that of a real device - things work a lot differently on a Samsung device. For example,…
SnakeException
  • 1,148
  • 1
  • 8
  • 26
3
votes
4 answers

Deployment failed - No space left on device

I can't deploy an app anymore, because the system is telling me that there is no space left on the device. I checked with the "My files" app directly on the device and it states: Internal memory: 11,17 GB / 16,00 GB That means that there are more…
testing
  • 19,681
  • 50
  • 236
  • 417
3
votes
3 answers

Galaxy S10, S10+ Full Screen Mode

How can achieve full screen mode with Samsung Galaxy S10 and S10+, the following code do not work for me: getWindow().getDecorView().setSystemUiVisibility( // Set the content to appear under the system bars so that the // content doesn't resize when…
3
votes
2 answers

TextInput - Samsung Pass Prompt doesn't appear

I'm new to android ecosystem (sure) and trying to show Samsung Pass Prompt on login page. I have:
Alex Shtromberg
  • 740
  • 8
  • 21