Sensors Off - Disable All Sensors of your android phone

To protect our privacy, some of us put our phone in Flight mode, so that most of the sensors will be put off & our device is a little bit safe. But, In this case, devices can still access some sensors to enable specific functionality, such as screen rotation and taking pictures. 


To disable all sensors defined in 'SensorManager' class, you'll have to enable 'Sensor Off' option in your phone.


When a user enables Sensors off in developer options (Settings > System > Developer options > Quick settings developer tiles), a new tile appears in the quick settings tray. They can use the tile to prevent apps from accessing the camera, microphone, and all sensors managed by the SensorManager class.


**Below is the pictorial representation from a Samsung phone.





Note: Calling will not be affected, as it is not using AudioPolicyService, but directly using the microphone.


Refer these links for more information: 

Comments

Popular posts from this blog

Android library for displaying complex data structures - "TableView"

Privacy Policy for AndroStockpile

Iterating a HashMap