Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
0 votes
0 answers
110 views

I am developing an Android app that runs a foreground service to track location and record audio continuously on an Android 15 (Motorola) device. The service works fine when started, but after ...
Jigar Viradiya's user avatar
0 votes
1 answer
150 views

I have written and published an app “Sensor Recording” which reads out and displays the measured values of some sensors (position, acceleration, orientation, microphone, etc.). The app records sensor ...
Michael Braun's user avatar
0 votes
0 answers
27 views

I try to send an image that is stored in the database from one fragment to the other. In the first one (using a recyclerview) it gets displayed, but in the second one (normal fragment) it doesnt work ...
Fabian Speck's user avatar
2 votes
1 answer
740 views

I'm building an app that: creates an object that has a field for an image picks an image from a device storage gallery stores that object into a room database shows the data with the image from ...
LazyHam's user avatar
  • 23
4 votes
1 answer
897 views

I am developing a mobile application using .NET MAUI. Everything works perfectly in debug mode, but when I switch to the release mode and try to authenticate, I encounter the following error: ...
mistelltein's user avatar
1 vote
1 answer
66 views

Since we started supporting Android 14 we see the following Crash in our Firebase Crashlytics. It crashes right after the start of the app, with the initialisation of Google Ads. Stacktraces: Fatal ...
Samuel's user avatar
  • 439
1 vote
0 answers
108 views

I want to run applet that is installed on sim card using android app and receive results. so i tried Telephony API and OMAPI but I catch "java.lang.SecurityException" when i try to create ...
alireza jamshidi's user avatar
3 votes
0 answers
299 views

On android 14 I get an error when adding more than 1000 elements inside a element in AndroidManifest. Caused by: java.lang.SecurityException: The number of child package elements exceeded the max ...
Viktor Vasilyevskii's user avatar
0 votes
1 answer
487 views

I want to hide tap-jacking alerts in my Android app. I was able to do it on Android 12 and above by using getWindow().setHideOverlayWindows(true);. Can someone help me achieve this on versions below ...
Srikanth's user avatar
  • 1,595
3 votes
1 answer
998 views

In our activity we use WorkManager to run a quick syncronization job through a coroutineworker: WorkManager.getInstance(this@MainActivity) .enqueue(MySyncWorker.getWorkRequest()) The ...
Leknesh's user avatar
  • 417
0 votes
0 answers
179 views

The Idea: I've got two Android applications, one has a service that will grab file assets to display (service_app). The other application has a ContentProvider and file assets (content_app). The ...
kralvarado's user avatar
0 votes
1 answer
445 views

I have 2 applications (different signing keys) which I want to have secure content provider between these 2 apps, I researched and the conclusion was using permission like below: <permission ...
Masoud Kardani's user avatar
1 vote
1 answer
239 views

I am getting Fatal Exception: java.lang.SecurityException: Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0; this requires android.permission....
Ayushi Khandelwal's user avatar
20 votes
4 answers
22k views

I found that after my app reached a fair size (e.g. by adding multiple libraries), running the app threw java.lang.SecurityException: writable dex file '.../code_cache/.overlay/base.apk/classes2.dex' ...
Wei Wen's user avatar
  • 443
2 votes
0 answers
812 views

I am getting this error: java.lang.SecurityException: Permission Denial: reading com.google.android.gm.sapi.SapiUiProvider uri content://com.google.android.gm.sapi/[email protected]/...
user3092292's user avatar
45 votes
5 answers
19k views

I am encountering an error in the pre-launch report on the Google Play Console during testing. The error message is as follows: java.lang.SecurityException: No active admin ComponentInfo{com.google....
Diadem's user avatar
  • 501
2 votes
0 answers
982 views

I displayed the bluetooth name as the device name in my application in the following way: public static String getDeviceName(ContentResolver contentResolver) { String userDeviceName = ...
ganjaam's user avatar
  • 1,308
1 vote
1 answer
1k views

For some time we have been using the FileProvider APIs to reading/writing a file in App A's internal data directory (/data/data/app.a.package/files/someFile) from App B using a BroadcastReceiver. ...
jimmy_sprinkles's user avatar
1 vote
1 answer
476 views

I have been trying to build an Android App with the capability of connecting to a bluetooth device called ESP32 on BLE mode. I have found some posts helping me in these regards but I also have to ...
SeikoFPS's user avatar
0 votes
1 answer
734 views

Here's what my modules look like I changed my module name in Android Studio from app to wear, after I decided to add another module called mobile. I didn't see any issues until my app update got ...
Jim Ross's user avatar
1 vote
1 answer
81 views

In the SecondActivity, it has an ImageViewand a Button public class SecondActivity extends AppCompatActivity { private ImageView galleryImage; @Override protected void onCreate(Bundle ...
Alex Cai's user avatar
5 votes
2 answers
8k views

I've developed an Android app that reads a file from the device, copies it into the app's internal storage and analyzes it. It has been working OK for almost 100% of my users/devices, but since a ...
Wonton's user avatar
  • 1,143
0 votes
0 answers
376 views

I need to access the IMEI number of android device. I'm not going to publish this android app on playstore. It's for personal use in the organization. Is there any workaround to fetch the IMEI number? ...
Apurva Jariwala's user avatar
0 votes
0 answers
334 views

I want to get content (images & videos) of user selected folder. Code to select the folder is: val intent = Intent(Intent.ACTION_OPEN_DOCUMENT_TREE) intent.addFlags(Intent....
Smeet's user avatar
  • 4,146
1 vote
0 answers
641 views

I am an Android developer. I released an app for internal public testing and the following error was listed in the pre-release report summary. "How to fix apps with bad WebRTC versions." ...
user20448018's user avatar
1 vote
0 answers
89 views

I am using this code to download expansion file. and I am getting alert "Zip Path Traversal" "com.android.vending.expansion.downloader.R$string.decompress" Noting that I am not ...
صلي علي محمد - Atef Farouk's user avatar
2 votes
0 answers
3k views

facebookincubator/Battery-Metrics repo's getSnapshot method in class SystemMetricsCollector is crashing because of java.lang.SecurityException: Calling identity is not authorized on android 13. It was ...
Saransh Gaur's user avatar
2 votes
1 answer
1k views

On my alarm clock app, I have 180 crashes (impacted 42 users) of java.lang.SecurityException caused by NotificationManager.notify(). Since I have around 50K active users I guess it happens only under ...
Simple UX Apps's user avatar
4 votes
1 answer
436 views

He everyone, I am getting this exception java.lang.SecurityException: Permission Denial: android.intent.action.CLOSE_SYSTEM_DIALOGS and Im not sure where its coming from as the app im testing doesnt ...
JRowan's user avatar
  • 7,114
0 votes
0 answers
162 views

I have that vulnerability according to google play console. It's supposed that the solution is to add .setPackage() or .setClassName() to the intent but now the activity is not being recognized. How ...
juske's user avatar
  • 310
1 vote
0 answers
332 views

java.lang.RuntimeException: Unable to create application com.example.me.MyApplication: com.google.crypto.tink.shaded.protobuf.InvalidProtocolBufferException: CodedInputStream encountered an embedded ...
c-an's user avatar
  • 4,210
1 vote
2 answers
2k views

I have am creating an app that will allow a user to pick a photo from the gallery. Once they click on the photo I am saving the uri to my room db. When I try to go back and view the photo in my app I ...
olivia.dayaram's user avatar
2 votes
1 answer
1k views

I've created a simple unity game and i don't use any kind of file or zip file structure in my game. but google play notice this error: Zip Path Traversal Your app contains an unsafe unzipping pattern ...
AmirHossein's user avatar
2 votes
2 answers
625 views

Here is my code:- public void onClick(View v) { try { startActivity(new Intent( "android.intent.action....
Richard Parkins's user avatar
7 votes
2 answers
7k views

Scenario: We are sending SMS to particular number if user grantees the SMS permission. Devices: Only Samsung devices with Android 11. Code: SmsManager.getSmsManagerForSubscriptionId(subscriptionId) ....
Hiren Patel's user avatar
  • 52.9k
2 votes
0 answers
980 views

I'm getting this (for me) unknown crash in my crashlytics log trying to call enableReaderMode() in NfcAdapter class: Caused by java.lang.SecurityException: Permission Denial: isUidActive from pid=XXXX,...
Agustín Alcázar's user avatar
1 vote
0 answers
310 views

We have got this mail from google says, During review, we found that your app violates the Device and Network Abuse policy: We don’t allow code that introduces or exploits security vulnerabilities. ...
Akhileshwar Babu's user avatar
2 votes
0 answers
216 views

I am getting an exception while decrypting the encrypted file. Exception happening in the decryptFile() method. Line where exception happening is while (fileInputStream.read(buffer).also { read = it }...
KIRAN K J's user avatar
  • 742
1 vote
0 answers
240 views

Recently, My app update got rejected due to Security Vulnerability INTENT REDIRECTION. And as per Google Play console - Security Alerts. Following is the error. Your app contains an Intent Redirection ...
Manideep's user avatar
  • 212
1 vote
0 answers
2k views

I am trying to modify this app. But for the first time I have to solve the permission problem which is not happening to me. I have pasted the code and the logcat. Please tell me a solution. ...
Abdul Rehman's user avatar
2 votes
1 answer
1k views

Some custom OS by manufacturers has implemented customized features or hidden features in settings.(example: ColorOS, MIUI, FlymeOS, EMUI) I've tried to open some activities of those system APP. I ...
Lynch Chen's user avatar
2 votes
1 answer
910 views

I want to open another application with an import window and send a file to it for processing. final Intent sendIntent = new Intent(Intent.ACTION_MAIN); sendIntent.setComponent(new ComponentName("...
quass1234's user avatar
2 votes
1 answer
3k views

Download Manager gets the error below on Android 10 devices. The target version is 29. I added android:requestLegacyExternalStorage="true" tag to the Manifest, but it didn't work. java.lang....
Perihan Mirkelam's user avatar
1 vote
0 answers
185 views

I uploaded a new build to play store and my build got rejected. Reasons for rejecting is HostnameVerifier Vulnerability. I check all my code and couldn't find any use of HostnameVerifier or ...
Nick_C's user avatar
  • 11
2 votes
2 answers
542 views

Our app is getting a SecurityEception on a Huawei device (Huawei P30 Pro, Android 10). We have no idea what might be causing this, and Googling for it gave no results. The complete stacktrace: java....
Jorn Rigter's user avatar
  • 1,315
3 votes
1 answer
4k views

I am getting below exception on the Android 11 device but able to share those files in the email without any issue. Java:Lang:SecurityException: Permission Denial:Reading androidx.core.content....
ketan muttha's user avatar
8 votes
0 answers
2k views

I can't open intents in oppo devices. I've put required permissions on manifest <uses-permission android:name="oppo.permission.OPPO_COMPONENT_SAFE"/> but never works... always show the ...
Nitro Julià Soler's user avatar
1 vote
0 answers
233 views

The app is developed in Kotlin and I have used okHttpClient to make API calls I am trying to host it on play store but they give me a vulnerability issue: HostnameVerifier Your app(s) are using an ...
Vansh Tah's user avatar
  • 153
2 votes
0 answers
549 views

App was developed in React Native Play Stopre Issue- found that your app uses software that contains security vulnerabilities for users. Apps with these vulnerabilities can expose user information or ...
kaustav's user avatar
  • 21
0 votes
0 answers
101 views

I´m stuck with an security exception. I save audio file in my app and can play it. It works fine until device reboot. After reboot the app the trouble begins. What I try to do is just start a media ...
WinterMute's user avatar