Open ValentunSergeev opened 7 years ago
@ValentunSergeev I added action to intent bt I still doesn't work, please can you elaborate little more how you actually fixed it please
@AadilMehrajBhat oh, it was a 8 months ago, but as I remember I just added the line I shown above.. nothing more
@ValentunSergeev When I Add it in solution code it works but within exercise nothing :(
@AadilMehrajBhat may be you do something wrong in exercise? You can use git diff/ Android Studio file compare to find out differences between solution and your code
How adding intent.setAction("ThisFixDataLost") in the code fixed the problem. It is working, but what is the logic?
@intkhabahmed you can find explanations here: https://stackoverflow.com/a/3128271/7996129
Hi, i had a trouble with Pending Intent Extra. Pending intent to
PlantDetailActivity
ingetSinglePlantRemoteView()
wasnt deliver extra data. I had aUnsupportedOperationException
inPlantContentProvider
(uri single path was -1) But linejava intent.setAction("ThisFixDataLost")
fixed it. (https://stackoverflow.com/a/3128418/7996129)