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 の phonegap アプリのスプラッシュ スクリーンがあります。ただし、スプラッシュ スクリーンを表示する前には常に、ヘッダー バー (アプリ名のアイコン) のある空白のスクリーンがスプラッシュ スクリーンの前に表示されます。どうすればそれが消えますか?
フルスクリーンも使用できる場合は、これをメインフェストに追加すると役立つ場合があります-
<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">