getAssets

abstract fun getAssets(): List<String>

获取在打包为 APK 时需要包含到 assets 目录中的文件或目录列表。

Return

文件或目录的路径列表,路径相对于项目根目录。