Skip to content
#

permission

Here are 243 public repositories matching this topic...

mvanbeusekom
mvanbeusekom commented Mar 1, 2020

🏗 Enhancement Proposal

The "permission_hanlder" plugin already supports the Android Activity Recognition permissions but doesn't support the iOS equivalent as of yet. The iOS documentation can be found here: https://developer.apple.com/documentation/coremotion/cmmotionactivitymanager

Pitch

Implement the iOS equivalent of Android's Activity Recognition permissions.

Platforms

🔥 (持续更新, 目前含100+工具类) DevUtils 是一个 Android 工具库, 主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。 该项目尽可能的便于开发人员,快捷、快速开发安全可靠的项目,以及内置部分常用的资源文件,如 color.xml

  • Updated Jul 2, 2020
  • Java
weasteam
weasteam commented Oct 3, 2017
class Article(models.Model):
    title = models.CharField('title', max_length=120)
    body = models.TextField('body')
    project = models.ForeignKey('permission.Project')

    # this is just required for easy explanation
    class Meta:
        app_label='permission'

class Project(models.Model):
    title = models.CharField('title', max_length=120)
    body = models.TextField('b

Improve this page

Add a description, image, and links to the permission topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the permission topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.