Dark Fog

Download: Dark Fog APK

  • Latest Version
Application ID com.it_huskys.dark_fog_android
Downloads 215
Upload by IT-Huskys
Content rating Everyone
Requires android 9 and up
Updated on May 27, 2024

android.Manifest.permission

  • android.permission.DELETE_CACHE_FILES:
    Old permission for deleting an app's cache files, no longer used, but signals for us to quietly ignore calls instead of throwing an exception.
  • android.permission.MANAGE_DOCUMENTS:
    Allows an application to manage access to documents, usually as part of a document picker.
  • android.permission.MANAGE_EXTERNAL_STORAGE:
    Allows an application a broad access to external storage in scoped storage.
  • android.permission.MANAGE_MEDIA:
    Allows an application to modify and delete media files on this device or any connected storage device without user confirmation.
  • android.permission.MEDIA_CONTENT_CONTROL:
    Allows an application to know what content is playing and control its playback.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.SYSTEM_ALERT_WINDOW:
    Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • com.it_huskys.dark_fog_android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: