- Android 6 Essentials
- Yossi Elkrief
- 148字
- 2021-07-30 10:06:51
Chapter 1. Android Marshmallow Permissions
Android permissions have been there for as long as we can remember—since Android 1.0, to be exact. Through the years and with the evolvement of platforms, the Android permissions model has been modified by adding new permissions and trying to allow more granular control over the part of the device hardware/data the application has.
In this chapter, we will review a bit of the Android permissions model that was prior to Android Marshmallow, and we'll focus on the changes it brings to the table. We will also explain the changes that you as a developer must do in order to handle all the other changes and make sure your applications work as intended on Android Marshmallow.
In this chapter, we will cover the following:
- An overview of Android permissions
- Understanding Android Marshmallow permissions
- Handling code permissions with best practices
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- C++面向對象程序設計(第三版)
- Java入門經典(第6版)
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 實戰Java程序設計
- JavaScript+jQuery開發實戰
- 數據結構與算法JavaScript描述
- Learning Neo4j 3.x(Second Edition)
- Java編程技術與項目實戰(第2版)
- bbPress Complete
- 小學生C++創意編程(視頻教學版)
- R Data Analysis Cookbook(Second Edition)
- 從零開始:UI圖標設計與制作(第3版)
- IPython Interactive Computing and Visualization Cookbook
- Apache Solr PHP Integration