Learn to Code RPG

Download: Learn to Code RPG APK

  • Latest Version
Application ID org.freecodecamp.learntocoderpg
Downloads 9.07K
Upload by freeCodeCamp.org
Rating 3.3/80+
Content rating Everyone
Requires android 4.4 and up
Updated on Apr 18, 2023

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • com.android.vending.BILLING: