Android SDK 2.2.12 Release Notes

April 9, 2020

New Features and Enhancements:

  • Imports should be updated for the following package path changes:
    • com.bomgar.android.backend.SpecialActionHandler has changed to com.bomgar.android.scccommon.SpecialActionHandler
    • com.bomgar.android.backend.sysinfo.SysInfoCategories has changed to com.bomgar.android.scccommon.sysinfo.SysInfoCategories
  • Android 10 compatibility update for apps with targetSdkVersion 29 or higher:
    • Scoped Storage: see storagePermissionRequested() in BomgarSessionDelegate for documentation on required implementation.
    • Foreground Service Types: refer to the section on unrestricted screen sharing in the javadoc for required implementation.
    • Updated minimum Android SDK version to 23.