menu
menu

3D Pal Lite

Create Your Own 3D Personal Assistant and be Amazed!

1. Ads cleanup to only one exit ad and that to not too often.

Potentially dangerous permissions

  • ACCESS_COARSE_LOCATION: Allows an app to access approximate location. Alternatively, you might want ACCESS_FINE_LOCATION.
  • ACCESS_FINE_LOCATION: Allows an app to access precise location. Alternatively, you might want ACCESS_COARSE_LOCATION.
  • CALL_PHONE: Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
  • CAMERA: Required to be able to access the camera device.
  • GET_ACCOUNTS: Allows access to the list of accounts in the Accounts Service.
  • READ_CALENDAR: Allows an application to read the user's calendar data.
  • READ_CALL_LOG: Allows an application to read the user's call log.
  • READ_CONTACTS: Allows an application to read the user's contacts data.
  • READ_EXTERNAL_STORAGE: Allows an application to read from external storage.
  • READ_PHONE_STATE: Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
  • RECEIVE_SMS: Allows an application to receive SMS messages.
  • RECORD_AUDIO: Allows an application to record audio.
  • SEND_SMS: Allows an application to send SMS messages.
  • WRITE_CALENDAR: Allows an application to write the user's calendar data.
  • WRITE_CALL_LOG: Allows an application to write (but not read) the user's call log data.
  • WRITE_CONTACTS: Allows an application to write the user's contacts data.
  • WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage.

Other permissions

  • ACCESS_LOCATION_EXTRA_COMMANDS: Allows an application to access extra location provider commands.
  • ACCESS_NETWORK_STATE: Allows applications to access information about networks.
  • ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks.
  • BLUETOOTH: Allows applications to connect to paired bluetooth devices.
  • BLUETOOTH_ADMIN: Allows applications to discover and pair bluetooth devices.
  • BROADCAST_STICKY: Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast.
  • CHANGE_WIFI_STATE: Allows applications to change Wi-Fi connectivity state.
  • EXPAND_STATUS_BAR: Allows an application to expand or collapse the status bar.
  • INTERNET: Allows applications to open network sockets.
  • KILL_BACKGROUND_PROCESSES: Allows an application to call killBackgroundProcesses(String).
  • MODIFY_AUDIO_SETTINGS: Allows an application to modify global audio settings.
  • SET_ALARM: Allows an application to broadcast an Intent to set an alarm for the user.
  • VIBRATE: Allows access to the vibrator.
  • WAKE_LOCK: Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • WRITE_SETTINGS: Allows an application to read or write the system settings.
  • android.permission.FLASHLIGHT
  • com.android.browser.permission.READ_HISTORY_BOOKMARKS
  • com.android.vending.BILLING