Chili's Global

Download: Chili's Global APK

  • Latest Version
Application ID com.brinker.olofranchiseapp
Downloads 46.74K
Upload by Brinker International
Rating 3.6/108+
Content rating Everyone
Requires android 5.0 and up
Updated on Apr 23, 2020

android.Manifest.permission

  • android.permission.ACCESS_COARSE_LOCATION:
    Allows an app to access approximate location.
  • android.permission.ACCESS_FINE_LOCATION:
    Allows an app to access precise location.
  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACCESS_WIFI_STATE:
    Allows applications to access information about Wi-Fi networks.
  • android.permission.CAMERA:
    Required to be able to access the camera device.
  • 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.INTERNET:
    Allows applications to open network sockets.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.