Apps having access to Android Camera

AI Thread Summary
Access to the camera by Android apps raises security concerns, especially in light of potential blackmail threats. Users are encouraged to regularly review app permissions and remove access for apps that are rarely used or seem suspicious. While apps like WhatsApp and Google may justifiably require camera access for functionality, many other apps do not need it unless they are used for video calls. Newer Android versions enhance security by requiring apps to be in the foreground to access the camera, indicated by a green dot on the screen when in use. Users can deny camera access to apps and assess their functionality without it, as apps should disable features dependent on denied permissions according to Play Store guidelines. Additionally, notification permissions are a separate issue, with users expressing frustration over unsolicited notifications from certain apps.
WWGD
Science Advisor
Homework Helper
Messages
7,691
Reaction score
12,616
Should any Android apps be given access to its( Android) camera? Re a blackmailing email I recently received, I want to cover as many security angles as possible. So I recently checked the list of apps in my Android that have access to my camera. There were a few, WhatsApp and Google being reasonable ones. Messages too had access. I don't see why it should. Should it?
 
Computer science news on Phys.org
Well folks do send photos in their messages so I guess thats a yes.
 
Its good to review your apps periodically and remove one you seldom use and also suspicious ones.
 
Are you worried about access to the camera or to the photos?
If you don't do any video calls, I don't know why any app other than the camera app needs access to the camera. It might allow an app to take photos or videos that you are not aware of.
Access to photos that you have already taken is a different thing.
 
FactChecker said:
It might allow an app to take photos or videos that you are not aware of.
With the newer Android versions, that's not really possible. Your app has to be in the foreground to use the camera. When sensitive components like camera or microphone are in use, Android shows a green dot in the top right corner of the screen. Services can be made to use camera, but it's not stable and highly prone to be shut down by the system.
 
  • Like
  • Informative
Likes WWGD and FactChecker
Wrichik Basu said:
When sensitive components like camera or microphone are in use, Android shows a green dot in the top right corner of the screen.
Ah, I've been wondering what that green LED dot meant. Thanks! :smile:
 
  • Like
Likes Wrichik Basu
There's also a diff between "need" and "want". In a lot of cases, you can simply deny the app access to the function and see what happens.
It may
  • be just fine,
  • complain and disable certain features,
  • ask to enable the features when it needs them,
  • just refuse to function.
 
  • Like
Likes WWGD and FactChecker
DaveC426913 said:
There's also a diff between "need" and "want". In a lot of cases, you can simply deny the app access to the function and see what happens.
It may
  • be just fine,
  • complain and disable certain features,
  • ask to enable the features when it needs them,
  • just refuse to function.
Yeah, Android 6+ requires devs to ask for runtime permissions. According to Play Store's guidelines, if a permission is denied, an app should simply disable the feature that depends on that permission (unless it's a core feature) and not nag the user continuously over the refused permission.
 
Wrichik Basu said:
Yeah, Android 6+ requires devs to ask for runtime permissions. According to Play Store's guidelines, if a permission is denied, an app should simply disable the feature that depends on that permission (unless it's a core feature) and not nag the user continuously over the refused permission.
I have my Step Tracking App sending me notifications to the effect I haven't taken enough steps. I will block it . Seems permission to notify me existed by default.
 
  • #10
WWGD said:
I have my Step Tracking App sending me notifications to the effect I haven't taken enough steps. I will block it . Seems permission to notify me existed by default.
Permission for an app to send notifications is an entirely different subject.
 
  • Like
Likes Wrichik Basu
  • #11
FactChecker said:
Permission for an app to send notifications is an entirely different subject.
Yes. OMG. What an annoying feature.
 
  • #12
FactChecker said:
Permission for an app to send notifications is an entirely different subject.
Yes, I was addressing notifications in general.
 
Back
Top