我遇到的主因是 android theme 設定的問題.
處理方式就是把自訂的 AndroidManifest.xml 裡面的 中的 theme 參數設得和 unity 的範本一樣即可.
該範本檔案放在:
{Unity安裝資料夾}\Editor\Data\PlaybackEngines\androidplayer\Apk\AndroidManifest.xml
※每個 unity 版本都可能不同, 至少發現這問題的 5.2 → 5.3 是不同的
5.2 – android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
5.3 – android:theme="@style/UnityThemeSelector"
end