An open API service indexing awesome lists of open source software.

https://github.com/samsetdev/marshmallowpermissionssample

Today I will show you Android Marshmallow Permissions Sample. One of the major changes in Android Marshmallow is the new permission system. In earlier versions we were declaring the permission in the AndroidManifest.xml file. But with Android Marshmallow we need to ask the permission at run time
https://github.com/samsetdev/marshmallowpermissionssample

Last synced: 4 months ago
JSON representation

Today I will show you Android Marshmallow Permissions Sample. One of the major changes in Android Marshmallow is the new permission system. In earlier versions we were declaring the permission in the AndroidManifest.xml file. But with Android Marshmallow we need to ask the permission at run time

Awesome Lists containing this project

README

        

# Marshmallowpermissionssample
Today I will show you Android Marshmallow Permissions Sample. One of the major changes in Android Marshmallow is the new permission system. In earlier versions we were declaring the permission in the AndroidManifest.xml file. But with Android Marshmallow we need to ask the permission at run time

Live Sample

![sample](https://cloud.githubusercontent.com/assets/12843976/14916347/c2f7e74a-0e36-11e6-8b7e-c09de5649541.gif)

Credits

Author: Sanjay Singh



License

Copyright 2016 Sanjay Singh.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.