You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jeddchoi
changed the title
When scanning by pendingIntent with extra, extra of broadcastreceiver intent is overwritten, so EXTRA_LIST_SCAN_RESULT data is lost.
When scanning by pendingIntent with optional extra, extra of broadcastreceiver intent is overwritten, so EXTRA_LIST_SCAN_RESULT data is lost.
Mar 24, 2022
Result(Logs in MyReceiver) :
As you can see, extra of EXTRA_LIST_SCAN_RESULT exist and
extra of "my.extra.data" is 0(which is default value of Int).
Result(Logs in MyReceiver) :
Extra of EXTRA_LIST_SCAN_RESULT is null
and extra of "my.extra.data" is 100(which is value I put on starting scan).
How can I put custom extra?
In addition, when I tried with immutable request code, result was same.
The text was updated successfully, but these errors were encountered: