从服务中,无论前台有什么应用程序,我都试图展示敬酒。为此,我使用了一个主题为的活动Theme.Dialog
以下是我在清单中声明的方式:
<activity android:process="@string/process"
android:name="com.android.blesettings.findmeserver.LaunchPopup"
android:configChanges="orientation|screenSize"
android:theme="@android:style/Theme.Dialog" >
</activity>
除主题外,一切正常。尽管我在 ICS 中运行应用程序,但弹出窗口的主题是 Gingerbread(不确定为什么会发生!)。我该如何解决这个问题,这样弹出的主题是 ICS 而不是 Gingerbread
任何帮助表示赞赏