Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
8 views

Redirect issue of captive portal

Not able to redirect any intent URL to open any app(eg. playstore and appstore) from captive portal. In captive portal if we give any intent urls as window.location.href= intent:playstore-app-url It ...
karthikgr's user avatar
0 votes
0 answers
9 views

'intent.getParcelableExtra' type mismatch, deprecated in Java

I'm trying to make a simple apartment rental app for a school project, but I have two problems that have stumped me. Here is the code for the DetailActivity.kt file: package com.example.project.ui....
user25739380's user avatar
0 votes
0 answers
21 views

Overriding feed of camera app with images that come from my app in the background. The solution should put scoped storage into consideration [closed]

I have an android app that is a camera app. This app allows me to select images from my gallery or capture an image using the device's camera. I am running this app as a background service. What I aim ...
Trap's user avatar
  • 1
1 vote
0 answers
43 views

open Activity with the display off on wear os

I'm trying to implement the same behavior as the alarm clock app shown in the photo on wear OS. I tried using NotificationCompat with setFullScreenIntent and wakelock but I can't open an activity to ...
Raffaella's user avatar
0 votes
0 answers
19 views

intent:// URI not invoking component

I was trying to craft a correct "intent://" URI for following purpose: Component: com.myapp/.ui.SignIn Extra String: link scheme: myapp:// To simply put, I want to translate following ...
r3vsh's user avatar
  • 1
0 votes
1 answer
31 views

Implicit Internal Intent vulnerability showing up when Android app is pre-Launch to the Playstore

Recently i creat new app from playstore console and also upload new bundle but playstore mention security and trust issues like Implicit Internal Intent vulnerability. this issues shows following ...
Krishna Dhas's user avatar
0 votes
0 answers
16 views

Android Settings panel not opening from my app

I'm trying to open the settings panel from my app but it is not doing anything, the device has Android 14 it's a Samsung A24. I have another device which is the same model, where the code works. But I'...
htafoya's user avatar
  • 19.1k
0 votes
0 answers
17 views

(mgks/Android-SmartWebView) Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag

I am a total newbie and I have cloned a repo (WebView app) from https://github.com/mgks/Android-SmartWebView.git. to test my website but when i try to run, it gives an error "Calling ...
Akang Toshi's user avatar
-1 votes
0 answers
10 views

multi Sms App, send from spreadsheet containing phone number and custom values ,customization of message succeed but message not sent

i'm trying to send multiple sms automaticaly .Messages should be customized based on values from a spreadsheet. i have a function that does the work. but when sending intent to call the native message ...
tobethebest Founou's user avatar
0 votes
0 answers
12 views

Jetpack navigation and action Intents

I work with Health Connect. And this API require include to AndroidManifet androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE. I also use Jetpack Navigation and write deeplinks for application. The ...
Stanislav Kireev's user avatar
1 vote
1 answer
34 views

Intent.createChooser doesn't show image or file name

I'm using the code below to allow a user to share an image with another app: val intent: Intent = Intent().apply { type = "image/jpeg" if (uris.size == 1) { action = Intent....
Adam Zarn's user avatar
  • 2,050
0 votes
0 answers
30 views

How to Play Video in External Player (like MXPlayer) in React Native?

I'm new to React Native and I'm looking to play a video in an external player (such as MXPlayer) on both Android. I've searched online but haven't found a clear solution. In Android, this can ...
Oussama otadev's user avatar
0 votes
1 answer
40 views

Embedding image attachments in HTML emails from android

I'm trying to send an email from Android with HTML content and image attachments. I also want to embed the images inside the HTML body. The following works correctly: ArrayList<Uri> ...
winter's user avatar
  • 21
0 votes
0 answers
20 views

Sharing intent with data starts Activity twice

I'm implementing receiving data from other apps with the following approach (code simplified): @AndroidEntryPoint abstract class SharingActivity( protected val sharingDeepLink: Uri ): ...
Calamity's user avatar
  • 940
0 votes
1 answer
38 views

How to manage an Android service with multiple operations?

I had recently joined a new company and have taken over a project that has been on-going for years. The unfortunate problem with this picture is that some of the code has been badly maintained and the ...
shermannatrix's user avatar

15 30 50 per page
1
2 3 4 5
1992