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
Added .destroy() to avoid ServiceConnection leaks. See the Wiki for a sample usage.
Added Toolbar and some customizations to Display.ACTIVITY. Use .withActivityColor(R.color.colorPrimary, R.color.colorPrimaryDark) to customize the activity with your own colours.
Added Galaxy Apps Store to InstallerID: .enableInstallerId(InstallerID.GALAXY_APPS).
#16 Fixed issue when using the emulator check in certain Samsung devices.
Renamed blockIfUnauthorizedAppDetected(...) by blockIfUnauthorizedAppUninstalled(...).