razeware / emitron-Android

Android version of emitron
Apache License 2.0
55 stars 30 forks source link

Added checks to see if there is an Activity to handle the intent #325

Closed filbabic closed 3 years ago

filbabic commented 3 years ago

Also added the flag to be able to start activities outside of another Activity (using App context)

Fixes #324.

Basically added more checks to make sure the app doesn't crash if the device doesn't have a browser or the Play Store (which shouldn't happen).

Also added a flag to start things in a new task, as required by the SDK.

filbabic commented 3 years ago

@rachitmishra I've fixed the things you've mentioned! Can you take another look? :]