{"id":16841937,"url":"https://github.com/hotchemi/m-permissions-checker","last_synced_at":"2025-03-22T05:31:05.481Z","repository":{"id":34392265,"uuid":"38319522","full_name":"hotchemi/m-permissions-checker","owner":"hotchemi","description":"You can check whether you have to handle your app permission or not in Android M.","archived":false,"fork":false,"pushed_at":"2016-02-21T17:33:35.000Z","size":38,"stargazers_count":49,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T08:22:26.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hotchemi.github.io/m-permissions-checker/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hotchemi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-30T16:11:37.000Z","updated_at":"2023-09-08T16:59:12.000Z","dependencies_parsed_at":"2022-09-14T06:01:17.960Z","dependency_job_id":null,"html_url":"https://github.com/hotchemi/m-permissions-checker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotchemi%2Fm-permissions-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotchemi%2Fm-permissions-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotchemi%2Fm-permissions-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotchemi%2Fm-permissions-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotchemi","download_url":"https://codeload.github.com/hotchemi/m-permissions-checker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244912800,"owners_count":20530764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:43:33.746Z","updated_at":"2025-03-22T05:31:00.648Z","avatar_url":"https://github.com/hotchemi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# m-permissions-checker\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-m--permissions--checker-green.svg?style=flat)](https://android-arsenal.com/details/1/2074)\n\nWith this tiny script, you can check whether you have to handle your app's permission or not in [Android M](http://developer.android.com/preview/index.html).\n\n## What is Runtime Permissions?\n\nFor the detail, please dive into [Android Developers](http://developer.android.com/preview/features/runtime-permissions.html).\n\n## Install\n\nJust clone this repository or download the python file.\n\n## Usage\n\nSimply point the script at your root app directory:\n\n```sh\n$ python permissions_checker.py /home/user/my-app\n\n\u003e Searching file: /home/user/my-app/src/main/AndroidManifest.xml\n\u003e Unfortunately, you have to handle these permissions in MNC.\n\u003e android.permission.READ_CALENDAR\n\u003e android.permission.WRITE_CALENDAR\n\u003e android.permission.CAMERA\n```\n\n\u003e Of course this script excludes build output directory like `build`.\n\n## Caution\n\nThis script doesn't check custom permission's dangerousness. So please check them by your hand.\n\n## Support\n\nPython 2.7.\n\n## Contribute\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotchemi%2Fm-permissions-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotchemi%2Fm-permissions-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotchemi%2Fm-permissions-checker/lists"}