The Untold Wisdom on The Value of Android App Permissions

by UconnectedIT
The Untold Wisdom on The Value of Android App Permissions
343

Having most mobile phones as smartphones allow us to expect that apps dominate most of our usage in our devices today. That’s why we must be well aware of the type of data that apps are getting from us. Permission requests are present to protect sensitive data available from a device and must only be used when accessing information is necessary for the functioning of your app.

 

What we’re sharing here are tips & points on ways to achieve better functionality without requiring access to such data as well as managing or handling permissions.

 

Principles or tenets in dealing with Android Permissions 

  1. Require or utilize permissions that are only important for your app to work. Depending on how you’re going to utilize the permissions, there might be other means to acquire such data as backgrounding for calls or system intents without accessing sensitive information. 
  2. Be attentive to permissions required by libraries. When you include a library, you’re also able to get its permission requirements. Pay attention to what you're including in your permissions as well as how they’re utilized. 
  3. Observe clarity & transparency. In requesting for permissions, state clearly what you’re accessing & why - so that users can make informed decisions. Present this information along with the permission request to install, run-time, or update permission dialogues. 
  4. Make a straightforward system access. Continuously indicate when you must gain access to sensitive capabilities such as the camera or microphone to tell the users when you’re gathering data. This is also to avoid getting the perception of unnecessary data collection. 

Now that we saw things in a developer’s perspective, below are valuable points for consumers on how to handle and manage app permissions. 

How do We Define App Permissions? 

Android app permissions are essentially declarations & not requests. Not unless you’re rooted, you can't say whether or not to install the app or receive all the permissions it requires. Upon installation of an app from the Play Store, you’ll get a pop-up list of all the permissions that the app requires - such as access to your storage, phone calls, network communication, etc. 

It’s quite easy to skip over these permissions but it could mean the difference between having your data securely on your device or having it all at the fingertips of corrupt app developers. 

There Are Five Permissions That You Must Take Special Precaution 

You must think twice about giving these permissions not because they’re necessarily dangerous but because there could be a wide-ranging consequence if data will fall into the wrong hands.

  1. Location - Two types of location permissions that Android applications can require: “approximate location (network-based)” and “precise location (GPS and network-based)”. Essentially, applications that implement location-based advertising will also need access to such information - one of the many sacrifices you have to make when using a free, ad-supported app. 
  2. Phone Status And Identity - This is a permission with lots of concerns because “read phone status and identity” encompasses everything from the basics like knowing when a phone call is coming in, to having access to essentially important data such as your device’s IMEI number. 
  3. Read And Modify Your Contact - Permission to “Modify your contacts, read your contacts” gives an app an enormous access to your contacts’ data. While both can be full of concerns, the “modify” permission is especially dangerous since it would let an app read all the contact information you have on your phone, including how often you communicate with particular contacts. 
  4. SMS And MMS-Related Permissions - These could potentially cost you tons of money if malicious apps use these permissions to send illegitimate SMSes or add on extra charges onto each SMS and MMS you send. 
  5. Account-Related Permissions - “Find accounts on the device” enables the app to check with Android’s built-in Account Manager on whether you have other accounts on services like Google, Facebook, etc.

“Use accounts on the device” allows the app ask for permission to use the account. Once this is granted, the app won’t have to request it again; the concern here comes if the app is malicious & continues to do things in the background in your name.  

Managing App Permissions 

Letting apps get access to any of your accounts such as Facebook or Google need you to go to your account settings to manage & deal with your account permissions - and also if the website has such a feature. You may also check what permissions certain apps have by going into Settings > Apps then select an app and scroll down to see the permissions it contains. 

In Summary 

It’s undeniable that Android’s privacy & security settings are a bit lacking - such as occasionally having confusing permission names, as well as an inability to selectively grant permissions, this is indeed something that Android should work on. 

Yet, even with these issues, it’s still entirely possible to stay on top of things and ensure the security of your information by staying vigilant on the apps you install and the permissions that these apps require. After all, it’s your data on your phone that you have control on. 

To learn more about messaging, app permissions & phone verification, come visit our site at iConnectEdit.com or leave your comments down below & we’ll get back to you for further details.

Comments
AUTHOR
1 june 2017

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

0
Reply
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form