Play のデータセーフティ申告の前に確認すること / 2026年8月What to check before filing Play's Data safety form — August 2026
記録(Markdown・そのまま使えます)The notes (Markdown, ready to use)
GitHub で開く ・ .md をダウンロード Open on GitHub ・ Download the .mdデータセーフティはアプリが実際に何を集めているかの申告で、実際の動きと食い違うと公開が止まります。
ところが AndroidManifest.xml を読んでも、実際の権限は分かりません。ライブラリが連れてくる権限は1行も書かれていないからです。
Play's Data safety form declares what your app actually collects, and if it disagrees with what the app does, your release is blocked.
But reading AndroidManifest.xml won't tell you the real list — permissions pulled in by libraries appear nowhere in it.
INTERNET 1件だけのアプリに10件入っていた。通信しないゲームでも4件bundletool で AAB の権限を出すコマンドINTERNET shipped ten. Even an offline game shipped fourbundletool command that dumps an AAB's permissions引用・転載・改変 自由Quote, republish, and modify freely HY Studio