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
{{ message }}
This repository was archived by the owner on Nov 3, 2018. It is now read-only.
When the user clicks "update now" i see in your source code your code makes use of a "market:.//" url this requires the google play services package to be installed on the end user device your code never checks the availability of this package and might cause an exception.
Allright the chances this package is not installed is small but better safe then causing a crash no ?
Hi,
When the user clicks "update now" i see in your source code your code makes use of a "market:.//" url this requires the google play services package to be installed on the end user device your code never checks the availability of this package and might cause an exception.
Allright the chances this package is not installed is small but better safe then causing a crash no ?
nice library by the way