diff --git a/lib/utils/android_file_utils.dart b/lib/utils/android_file_utils.dart index 582a8e4d4..1132b0b19 100644 --- a/lib/utils/android_file_utils.dart +++ b/lib/utils/android_file_utils.dart @@ -16,7 +16,8 @@ class AndroidFileUtils { dcimPath = join(externalStorage, 'DCIM'); downloadPath = join(externalStorage, 'Download'); picturesPath = join(externalStorage, 'Pictures'); - appNameMap = await AndroidAppService.getAppNames(); + appNameMap = await AndroidAppService.getAppNames() + ..addAll({'KakaoTalkDownload': 'com.kakao.talk'}); } bool isCameraPath(String path) => path != null && path.startsWith(dcimPath) && (path.endsWith('Camera') || path.endsWith('100ANDRO'));