extras
Why the PendingIntent doesn't send back my custom Extras setup for the Intent?
This questions somehow relates to the question when I was looking to get the extras back in startActivityForResult but now I face another challenge.[详细]
2023-01-05 08:29 分类:问答startActivityForResult and Intents Extras, it seems extras are not pushed back
I have this code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_PICK); intent.setData(ContactsContract.Contacts.CONTENT_URI);[详细]
2022-12-30 23:33 分类:问答Multiple calls to AlarmManager.setRepeating deliver the same Intent/PendingIntent extra values, but I supplied different ones
Solved while writing this question, but posting in case it helps anyone开发者_如何学JAVA: I\'m setting multiple alarms like this, with different values of id:[详细]
2022-12-30 17:17 分类:问答Android: How to catch Intent's Extras if the activity is already running?
I put a notification in the status bar with a PendingIntent (with Extras 开发者_如何学Goinfo) that points to my main app (main activity). When the user clicks the staus bar, the PendingIntent is fired[详细]
2022-12-21 18:06 分类:问答Is there any way to put extras to Intent from preferences?
Hi i\'m launching activity from preferences screen. Activity i开发者_如何学Pythons shared among three preferences.[详细]
2022-12-16 12:30 分类:问答