Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lypeer/FcPermissions
Fuck the permissions in Android M
https://github.com/lypeer/FcPermissions
Last synced: 14 days ago
JSON representation
Fuck the permissions in Android M
- Host: GitHub
- URL: https://github.com/lypeer/FcPermissions
- Owner: lypeer
- Created: 2016-09-02T01:58:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T01:34:48.000Z (about 8 years ago)
- Last Synced: 2024-08-01T17:33:20.479Z (3 months ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 401
- Watchers: 8
- Forks: 53
- Open Issues: 5
-
Metadata Files:
- Readme: README-CN.md
Awesome Lists containing this project
README
# FcPermissions
##效果展示
![效果展示](http://ac-cnyv47la.clouddn.com/d86cf7546b46ad5c.gif)
##引入框架
```java
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
```
```java
dependencies {
compile 'com.github.lypeer:FcPermissions:v0.0.1'
}
```##用法简介
FcPermissions提供了三种方法来进行权限的请求,分别是实现接口,继承抽象类,构建builder。具体的实现细节可去这里看:[FcPermissions:也许是目前最好的动态权限请求库](http://blog.csdn.net/luoyanglizi/article/details/52412883)
或者大家可以直接去看库里面的demo。
##开源协议
```
Copyright 2014-2016 lypeer.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 athttp://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.
```