Skip to main content
0 votes
0 answers
30 views

If I use the launch tag in a WFF watch face, it always only launches the main activity of the app, no matter what I specify as the target of the launch tag. That would be OK if I could tell which ...
Zigurd's user avatar
  • 1
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
1 vote
2 answers
130 views

I'm using this answer (How to navigate to a fragment from Notification? Android Kotlin) to create a PendingIntent for navigating to a fragment when a notification is tapped (I'm actually using Java ...
ceperman's user avatar
  • 467
0 votes
0 answers
52 views

Im at my wits end with implementing the syncing functionality to my simple notes app for android that I created using kotlin and jetpack compose. So Im a total beginner on coding and have ...
Kianvash Ghahari's user avatar
1 vote
1 answer
333 views

I’m developing a standalone timer app for Wear OS with targetSdk 35. The app has an ongoingActivity notification and a watch face complication. When the user taps the notification or the complication, ...
user29983655's user avatar
1 vote
1 answer
56 views

I am working on an Android app where I use a sharing intent to share text. If the user copies the text instead of sharing it through an app, I want to detect when the clipboard content changes using ...
Arun-Khatri's user avatar
1 vote
1 answer
331 views

I'm trying to give permissions to an connected USB Device using PendingIntent. However when using PendingIntent.FLAG_MUTABLE, i get following warning: Mutable implicit PendingIntent will throw an ...
kpwn Apps's user avatar
  • 672
0 votes
1 answer
42 views

I am writing an app that will implement scheduled alarms which has problem in the Receiver Class. What I want is, firstly, an alarm will be implemented in onCreate() in the MainActivity. Then at ...
Lo Dennis's user avatar
0 votes
3 answers
191 views

I am trying to open NotificationActivity when a user taps on a notification created by Firebase Cloud Messaging (FCM). However, the app always launches the MainActivity instead of the desired ...
Aman's user avatar
  • 2,461
1 vote
1 answer
51 views

I’m working on an Android app that handles medication reminders with notifications and alarms. The functionality is mostly working as expected: I can add a medication. The notifications are triggered ...
Dulce Corrales's user avatar
1 vote
0 answers
60 views

i want to add a widget to the home screen , and when i click it , the open with dialog should pop up and open the link associated with the widget ... nothing happens when i click the widget , ...
walids's user avatar
  • 11
0 votes
2 answers
1k views

I'm working on an Android application and recently removed the OneSignal library. After this change, I'm encountering the following error: java.lang.IllegalArgumentException: com.app.myapp: Targeting ...
menasoft's user avatar
  • 145
0 votes
2 answers
52 views

I have implemented a synchronous download mechanism for my download TrackDownloadService. I can not trigger the cancelDownload() method to cancel the download when I click "Cancel" from my ...
Abdullah Al Nahian Kanon's user avatar
0 votes
0 answers
158 views

I was trying to publish the app with android sdk version 34,but it gave me error as Pending Intent with unspecified mutability. Can anyone help me how to resolve it ?? PendingIntent ...
S.S Nayak's user avatar
0 votes
1 answer
80 views

Starting from android 12 , starting activity from BroadcastReceiver and services is not possible anymore, according to the documentation this is called Notification trampoline restrictions and now we ...
joghm's user avatar
  • 768

15 30 50 per page
1
2 3 4 5
127