MediaStoreGatewayOldImpl

Deprecated

Deprecated since Android 12, it is here to support old devices.

Implementation to support old Android versions (12 and lower).

Working on:

  • Android 9 API 28 (Emulator)

  • Android 10 API 29 (Emulator)

  • Android 11 API 30 (Emulator)

  • Android 12 API 31 (Emulator)

Not working on:

  • Android 12L API 32 (Emulator)

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI data layer.

Functions

Link copied to clipboard
open override fun exportToFile(fileName: String, content: ByteArray)

Executes the exportToFile step in the SDAI data layer.

Link copied to clipboard
open override fun getInfo(): MediaStoreInfo

Loads SDAI data through getInfo.