[ACCEPTED]-How to get Intent from PendingIntent-android-pendingintent
Accepted answer
Is this possible?
Nope. PendingIntent
is a write-only 2 interface. You can replace the Intent
, but you 1 cannot read it.
It's possible since 4.2.2 using reflection. Take 2 a look at this answer, there's complete solution 1 to obtain Intent
from PendingIntent
.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.