Skip to main content
1 vote
0 answers
32 views

To open an existing event from its ID, I use an Intent to open the phone's default calendar app. Since November 2025, I have had many users with Samsung devices who have encountered an issue with ...
rcperso's user avatar
  • 510
0 votes
1 answer
75 views

I'm developing a React Native app that generates AI prompts. I want to send these prompts directly to ChatGPT or Google Gemini apps with the text automatically pasted into their input field, not just ...
Santosh nayak's user avatar
0 votes
1 answer
51 views

I can verify that onAccessibilityEvent and onServiceConnected functions are triggered, but nothing expected happens. Here is my AndroidManifest.XML <?xml version="1.0" encoding="utf-...
ThN's user avatar
  • 3,284
0 votes
1 answer
37 views

I have an Android app where I want to show a notification when the app is running in the background. The associated Activity is declared in the manifest with: <activity android:name="....
Mr T's user avatar
  • 123
Advice
0 votes
0 replies
63 views

I have implemented an authentication workflow using Activities which works fine: a proxy activity launches an Intent to open a web, and during the authentication the web redirects to a separate ...
Grzegorz Adam Hankiewicz's user avatar
0 votes
0 answers
31 views

Problem I'm building an Android app that receives shared URLs from Chrome's share menu. The app works correctly on the first share, but all subsequent shares receive the same URL from the first share ...
Fred Chevitarese's user avatar
-1 votes
2 answers
117 views

I'm trying to send a broadcast to a BroadcastReceiver which is present in another app, using the following code: val filter = IntentFilter() filter.addAction("android.intent.action.MAIN") ...
IsHacker's user avatar
  • 112
3 votes
2 answers
163 views

I have an app that runs as UID 1000 (system), and I want to run shell commands as the system user via this app and display the output as a toast. CmdReceiver.java: package com.ishacker.android....
IsHacker's user avatar
  • 112
0 votes
0 answers
44 views

I'm developing a React Native app with an Android-specific feature that detects calls to a specific customer service number. When a user dials *611, the call is intercepted, terminated, and the app ...
Lucas Acuña's user avatar
0 votes
2 answers
71 views

I've noticed that there are 2 times when startActivity with intent for the same Activity (FirstActivity) is called in my Android project, and it's called in both places like that: FirstActivity.intent(...
Ksenia's user avatar
  • 3,751
1 vote
0 answers
158 views

I'm attempting to add voice control to my Android (Flutter) application using Custom Intents. The documentation leads me to believe that I can say "Hey Google, open my app name and load xxx" ...
josh2112's user avatar
  • 807
0 votes
1 answer
46 views

I am trying to attach a file to an SendIntent for Gmail, so that my users can email the file file to me upon request. I am targeting Android 35 I have declared a FileContentProvider in the Application ...
William's user avatar
  • 20.3k
0 votes
1 answer
65 views

I'm working on deep linking in Android and trying to set up <intent-filter> to open my app for selected paths like /missions, /shop, etc. That's working fine. However, I'm having trouble ...
Chris's user avatar
  • 1
1 vote
1 answer
68 views

We have an Android-based smartphone payment app, and there's a specific branch which runs on mobile POS (to use its card reader). So instead of writing the card reader handling logic from 0, we just ...
anta40's user avatar
  • 6,815
2 votes
0 answers
303 views

I have a foreground service that was working fine until Android 15; since Android 16, it has stopped working. I read through all the articles, but couldn't find anything that has been changed since ...
Spandan Saxena's user avatar

15 30 50 per page
1
2 3 4 5
2061