2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
通知へのアクセスと通知リスナーに関するポリシー
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
通知へのアクセスと通知リスナーに関するポリシーは、次の権限と構成を対象としています。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Notification access and notification listener policy\n\nThe notification access and notification listener policy covers the following permission\nand configuration.\n\n\n- The [ACCESS_NOTIFICATIONS](https://cs.android.com/android/platform/superproject/+/android-latest-release:frameworks/base/core/res/AndroidManifest.xml?q=android.permission.ACCESS_NOTIFICATIONS) privileged permission allows an app to read the current set of notifications, including any metadata and attached intents.\n- An app can be designated as a default notification listener by adding its package name to [config_defaultListenerAccessPackages](https://cs.android.com/android/platform/superproject/+/android-latest-release:frameworks/base/core/res/res/values/config.xml?q=config_defaultListenerAccessPackages&sq=&ss=android) in `config.xml` or any OEM overlays. A default notification listener is granted access to all incoming notifications, but access to notifications can be turned off by users in the Notification Access settings in the Settings app."]]