Skip to content

Instantly share code, notes, and snippets.

@greggman
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greggman/6831e0ac1dc448734d01 to your computer and use it in GitHub Desktop.
Save greggman/6831e0ac1dc448734d01 to your computer and use it in GitHub Desktop.
Android Permissions Facebook App vs Facebook Messenger as of 2015/03/30
FBA FBM This app has access to:   FBA = Facebook App, FBM = Facebook Messenger
        Device & app history
 *         retrieve running apps
        
        Identity
 *         add or remove accounts
 *   *     read your own contact card
 *   *     find accounts on the device
        
        Calendar
 *          add or modify calendar events and send email to guests without owners' knowledge
 *          read calendar events plus confidential information
        
        Contacts
 *   *      read your contacts
            modify your contacts
        
        Location
 *          approximate location (network-based)
 *          precise location (GPS and network-based)
        
        SMS
     *      edit your text messages (SMS or MMS)
     *      receive text messages (SMS)
     *      receive text messages (MMS)
     *      send SMS messages
 *   *      read your text messages (SMS or MMS)
        
        Phone
 *          write call log
 *   *      read call log
 *   *      directly call phone numbers
        
        Photos/Media/Files
 *   *      read the contents of your USB storage
 *   *      modify or delete the contents of your USB storage
        
        Camera
 *   *      take pictures and videos
        
        Microphone
 *   *      record audio
        
        Wi-Fi connection information
 *   *      view Wi-Fi connections
        
        Device ID & call information
 *   *      read phone status and identity
        
        Other
 *   *      receive data from Internet
 *          adjust your wallpaper size
 *   *      download files without notification
 *   *      read battery statistics
 *          connect and disconnect from Wi-Fi
 *   *      full network access
 *   *      change your audio settings
 *   *      change network connectivity
 *   *      control vibration
 *          expand/collapse status bar
 *          create accounts and set passwords
 *   *      send sticky broadcast
 *          run at startup
 *   *      read sync settings
 *   *      set wallpaper
 *   *      view network connections
 *          reorder running apps
 *          toggle sync on and off
 *   *      read Google service configuration
 *   *      install shortcuts
 *   *      prevent device from sleeping
 *   *      draw over other apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment