Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Security Features in Android

I want to learn the (maximum) security features in android.

Whatever security feature may be.

Can you please guide me for that ?

If you know security features please list it here. So that i can learn it very well.

So far i have gone through :

http://developer.android.com/guide/topics/security/security.html

http://www.androidauthority.com/

Thanks, Kartik

like image 883
Kartik Domadiya Avatar asked Apr 20 '11 06:04

Kartik Domadiya


1 Answers

Here are a few other things:

  • Market licensing (LVL)
  • Obfuscation (ProGuard)
  • Encryption and hashing using MessageDigest (SHA or MD5)
  • AccountManager
like image 109
Joseph Earl Avatar answered Sep 28 '22 07:09

Joseph Earl