2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
Android のデータ使用
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android デバイスのユーザーは、デバイスがネットワーク データをどのように使用しているかを把握し、管理できます。全体的なデータ使用量をモニタリングすることが可能で、警告や制限のしきい値をサポートしています。これにより、データ使用量が特定の割り当て量を超過したときに、通知のトリガーやモバイルデータ接続の無効化を行うことができます。
データ使用量もアプリごとに追跡され、ユーザーは設定アプリで過去の使用状況を視覚的に確認できます。また、特定のアプリがバックグラウンドで実行されているときのそのアプリによるデータの使用方法を制限できます。
このセクションのドキュメントはシステム インテグレータと携帯通信会社を対象としており、Android を特定のデバイスに移植する際に注意すべき技術的な詳細情報を説明するのに役立ちます。これらの詳細情報は以下にまとめられており、android-porting メーリング リストは議論を深めるのに適しています。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。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,["# Android data use\n\nAndroid helps users understand and control how their devices use network data.\nIt monitors overall data usage and supports warning or limit thresholds\nthat trigger notifications or disable mobile data when usage\nexceeds a specific quota.\n\nData usage is also tracked on a per-application basis, enabling users\nto visually explore historical usage in the [Settings](/docs/core/settings/settings-guidelines) app. Users can\nalso restrict how specific applications are allowed to use data when\nrunning in the background.\n\nThe documentation in this section is intended for systems integrators\nand mobile operators to help explain technical details they should be\naware of when porting Android to specific devices. These details are\nsummarized below, and the\n[android-porting](mailto:android-porting+subscribe@googlegroups.com)\nmailing list is a good place for further discussion."]]