[TIMOB-19451] IntentProxy should have removeExtra method
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 4.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | Community |
Reporter | Juan Maceda |
Assignee | Unknown |
Created | 2015-03-06T19:21:09.000+0000 |
Updated | 2018-02-28T19:55:36.000+0000 |
Description
The intent Proxy don't have removeExtra() method, as a workaround I just empty my extra like intent.putExtra('extra', ''); but it feel more like a hack, is there a special reason why there is no such method??
No comments