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
See #1 .. need to convert all Android Java methods to void instead of boolean since the only time they should be boolean is if we are actually expecting a boolean response.
The text was updated successfully, but these errors were encountered:
May actually be better to just leave them as boolean but remove from exec returning that value (to allow actual results being returned in JS if needed later)
See #1 .. need to convert all Android Java methods to void instead of boolean since the only time they should be boolean is if we are actually expecting a boolean response.
The text was updated successfully, but these errors were encountered: