Monday, 5 September 2016

Android Mashmallow

Android Mashmallow is known as Android 6.0.

Why need Android 6.0 ?
In Android 6.0 google provide run time permission so no app can get/steal your data in background .
Earlier permission request  are only at install time , but to provide more security
google made it at run time .

What permsion are on Runtime ?
Only Dangerous permission are on run time like Read sms, Send Sms, get External Storage . etc.

Related Posts:

  • Basic Building Blocks of Android Building Blocks in Android are : Activities Services  BroadCast Receiver Content Provider Activity : Activity is just a class . A class whi… Read More
  • Constraint Layout Android Constraint Layout in Andorid : Q: Why Constraint Layout in Android ? What is the need to use Constraint Layout? There are some Problems … Read More
  • Simple GridView Android GridView Android : Gridview is similar to listview in Android but with more column . In listview we have rows, but in grid we have columns. if you … Read More
  • Background Image Size in Android Background Image Size : Background image size for image is different for a different resolution . If a have hdpi screen, the size of image is differ… Read More
  • Simple ListView Tutorial Simple ListView Android Today we will learn how to create a Simple ListView in Android. The ListView is a view group that displays a list of vertica… Read More

0 comments:

Post a Comment