Floating Rep Counter

Baixar: Floating Rep Counter APK

  • Versão mais recente
ID do aplicativo com.alan.floatingreps
Baixar 12.4K
Enviar por Alan Robinson
Classificação 4.0/69+
Classificação do conteúdo Everyone
Requer Android 4.3
Atualizado em Aug 28, 2023

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • 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.VIBRATE:
    Allows access to the vibrator.