Coder Social home page Coder Social logo

New permissions about faceslim HOT 2 CLOSED

indywidualny avatar indywidualny commented on August 15, 2024
New permissions

from faceslim.

Comments (2)

indywidualny avatar indywidualny commented on August 15, 2024

Hi, let me explain new permissions.

"Why does it need the identity of the phone?" - it actually doesn't. I have no idea why it's listed during instalation. All the permissions are definied in the file below. I suppose it's because of ACCESS_NETWORK_STATE but the app really don't need and don't use the identity of the phone.

https://github.com/indywidualny/FacebookLite/blob/master/app/src/main/AndroidManifest.xml

  • android.permission.INTERNET
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.WRITE_EXTERNAL_STORAGE
  • android.permission.RECEIVE_BOOT_COMPLETED
  • android.permission.VIBRATE

INTERNET is obvious, we need access to the Internet to do anything.

ACCESS_NETWORK_STATE is needed to check if there is access to the Internet and it makes possible to determine connection type (mobile or Wi-Fi). It helps to decide when to use Facebook Zero. It's basically checking the state of the network.

WRITE_EXTERNAL_STORAGE is for saving camera photos and it also grants access to files during photo upload.

RECEIVE_BOOT_COMPLETED is for auto-starting notifications service after booting the device if the service was configured and activated before.

VIBRATE is for enabling vibrations for notifications.

from faceslim.

logos88 avatar logos88 commented on August 15, 2024

Oks, thanks for the explanation! :)

from faceslim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.