Skip to main content

All Questions

Tagged with or
0 votes
1 answer
63 views

I have an Android app using AppCompat DayNight (Theme.MaterialComponents.DayNight.NoActionBar). Goal First run: app should follow OS theme (optional). After user manually selects Light or Dark, the ...
saman shahsavari's user avatar
2 votes
1 answer
267 views

I am migrating my Android app from deprecated custom intents to the Built-In Intent (BII) actions.intent.OPEN_APP_FEATURE to support Google Assistant and Gemini. I have configured shortcuts.xml with ...
Giulio's user avatar
  • 250
1 vote
1 answer
72 views

In Android, there is the system sharesheet. I can see that some apps (WhatsApp, Telegram) insert destinations for specific people into it. When an app opens the shareseet, I can see a couple of ...
Seva Alekseyev's user avatar
1 vote
0 answers
79 views

I am writing an app that supposed to work with AppInfo intent for running apps. When you click on a button, floating window should display covering everything underneath it until my app is done with ...
ThN's user avatar
  • 3,294
-1 votes
1 answer
72 views

I am developing an automation feature for an Android app where I need to share multiple images to WhatsApp (and other apps) using Intent.ACTION_SEND_MULTIPLE. The Goal: I want to share a batch of ...
Amey Mahendra Pacharkar's user avatar
2 votes
1 answer
344 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
  • 520
1 vote
1 answer
243 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
73 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,294
0 votes
1 answer
57 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
1 vote
0 replies
90 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
36 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
131 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
3 votes
2 answers
167 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
0 votes
0 answers
47 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
1 answer
84 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

15 30 50 per page
1
2 3 4 5
2060