OutSystems Forge 日本語データベース

Android Permissions Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-03-29 1.0.0 Miguel 'Kelter' Antunes All All Plug-ins
このプラグインは、Androidの新しいパーミッションチェックメカニズムをサポートするように設計されています。 https://github.com/kelter-antunes/cordova-plugin-android-permission
実行時にアクセス許可を要求する Android 6.0(APIレベル23)から、ユーザーはアプリのインストール時ではなく、アプリの実行中にアプリに権限を与えます。この方法は、ユーザーがアプリをインストールまたは更新する際に許可を与える必要がないため、アプリのインストールプロセスを合理化します。また、ユーザーはアプリの機能をより詳細に制御することもできます。例えば、ユーザは、カメラアプリがカメラにアクセスできるが、デバイスの場所にはアクセスしないようにすることができる。ユーザーは、アプリの設定画面に移動して、いつでも権限を取り消すことができます。 システム権限は、通常と危険の2つのカテゴリに分類されます。 通常の権限は、ユーザーのプライバシーを直接危険にさらすことはありません。もしお使いのアプリが通常の権限を与えるようマニフェストファイルに記載されていると、システムは自動的に許可を与えます。 危険な権限は、アプリにユーザーの機密データへのアクセスを許可します。アプリがマニフェストファイルに通常の権限が記載されていると、システムは自動的に許可を与えます。危険な権限が記載されている場合、ユーザーは明確にアプリに承認する必要があります。 詳細はhttps://developer.android.com/training/permissions/requesting.htmlをご覧ください。

[Overview]
This plugin is designed for supporting Android new permissions checking mechanism. https://github.com/kelter-antunes/cordova-plugin-android-permission
[Detail]
Requesting Permissions at Run Time Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. This approach streamlines the app install process, since the user does not need to grant permissions when they install or update the app. It also gives the user more control over the app's functionality; for example, a user could choose to give a camera app access to the camera but not to the device location. The user can revoke the permissions at any time, by going to the app's Settings screen. System permissions are divided into two categories, normal and dangerous: Normal permissions do not directly risk the user's privacy. If your app lists a normal permission in its manifest, the system grants the permission automatically. Dangerous permissions can give the app access to the user's confidential data. If your app lists a normal permission in its manifest, the system grants the permission automatically. If you list a dangerous permission, the user has to explicitly give approval to your app. Read more at: https://developer.android.com/training/permissions/requesting.html
戻る