Hi All,
Two questions on the camera and microphone:
1) is there a way to ask Android for a list of everything
that has permissions to either or both the camera and
microphone ?
2) is there a global way to disable ALL access/permissions
to both the camera and the microphone?
Many thanks,
-T
Hi All,
Two questions on the camera and microphone:
1) is there a way to ask Android for a list of everything
that has permissions to either or both the camera and
microphone ?
2) is there a global way to disable ALL access/permissions
to both the camera and the microphone?
Am 02.07.24 um 02:09 schrieb T:
Hi All,
Two questions on the camera and microphone:
1) is there a way to ask Android for a list of everything
that has permissions to either or both the camera and
microphone ?
2) is there a global way to disable ALL access/permissions
to both the camera and the microphone?
BTW: Open "Settings" and enter "Permission Manager" should also work
with other starters than the one from Google.
HTH, Jörg
Hi All,
Two questions on the camera and microphone:
1) is there a way to ask Android for a list of everything
that has permissions to either or both the camera and
microphone ?
2) is there a global way to disable ALL access/permissions
to both the camera and the microphone?
Many thanks,
-T
adb shell pm list permissions | FindStr facebookThis should list all permissions granted for that particular app.
adb shell pm revoke com.facebook.appmanager android.permission.READ_EXTERNAL_STORAGEThis should revoke the stated permissions from that app.
adb shell pm grant com.facebook.appmanager android.permission.READ_EXTERNAL_STORAGEThis should grant the stated permissions to that app.
T wrote on Mon, 1 Jul 2024 17:09:30 -0700 :
Hi All,
Two questions on the camera and microphone:
1) is there a way to ask Android for a list of everything
that has permissions to either or both the camera and
microphone ?
2) is there a global way to disable ALL access/permissions
to both the camera and the microphone?
Many thanks,
-T
1. PMX
<https://f-droid.org/de/packages/com.mirfatif.permissionmanagerx/>
2. Permission Manager
<https://github.com/YourStreet/android-permission-manager>
<https://play.google.com/store/apps/details?id=in.yourstreet.permissionmanager>
(I have this installed but I don't see an APK there anymore.)
3. Muntashirakon App Manager
<https://github.com/MuntashirAkon/AppManager/releases>
4. ADB
adb shell pm grant <sample.package.id> android.permission.<PERMISSION_NAME>
adb shell pm revoke <sample.package.id> android.permission.<PERMISSION_NAME>
For example:
adb shell pm list permissions | FindStr facebookThis should list all permissions granted for that particular app.
C:\> adb shell pm revoke com.facebook.appmanager android.permission.READ_EXTERNAL_STORAGE
This should revoke the stated permissions from that app.
C:\> adb shell pm grant com.facebook.appmanager android.permission.READ_EXTERNAL_STORAGE
This should grant the stated permissions to that app.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 16:45:24 |
| Calls: | 12,103 |
| Calls today: | 3 |
| Files: | 15,004 |
| Messages: | 6,518,060 |