- 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
推薦閱讀
- iOS Game Programming Cookbook
- Mastering AWS Lambda
- Redis Applied Design Patterns
- Objective-C應用開發全程實錄
- Computer Vision for the Web
- Java應用開發與實踐
- 精通Scrapy網絡爬蟲
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- 單片機應用與調試項目教程(C語言版)
- Java零基礎實戰
- Learning AWS
- Advanced UFT 12 for Test Engineers Cookbook
- Python網絡爬蟲技術與應用
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- OpenCV 3.0 Computer Vision with Java