Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マニフェストに追加android:theme="@android:style/Theme.NoTitleBar"するとタイトルが削除されることはわかっていますが、通知バーを削除するにはどうすればよいですか?
android:theme="@android:style/Theme.NoTitleBar"
を使用しandroid:theme="@android:style/Theme.NoTitleBar.Fullscreen"ます。
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
これを慎重に使用してください。ユーザーは、通知、信号強度、バッテリー充電などを確認できることを気に入っています。