getExternalCachePaths abstract method

List<String>? getExternalCachePaths()

Paths to directories where application specific external cache data can be stored. These paths typically reside on external storage like separate partitions or SD cards. Phones may have multiple storage directories available.

Implementation

List<String>? getExternalCachePaths();