gpt4 book ai didi

android - 启动时的 Flex Mobile Android 全屏应用程序

转载 作者:行者123 更新时间:2023-11-30 02:45:11 25 4
gpt4 key购买 nike

我正在使用 Flex 4.6 SDK 版本和 AIR 4.0 SDK 开发 Android 应用程序。

该应用程序具有以下 list 参数(以及其他参数):

        <aspectRatio>landscape</aspectRatio>
<autoOrients>true</autoOrients>
<fullScreen>true</fullScreen>

和:

<application android:enabled="true">
<activity android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</activity>
</application>

如您所见,该配置旨在在设备启动后立即以横向模式将应用程序作为 HOME 应用程序启动。

该应用程序实际上会执行它应该做的所有事情,但是当设备启动时,该应用程序不会全屏启动,因为您可以看到通知/状态栏。接下来你可能会看到问题。

enter image description here

我需要做的是让应用程序在设备启动时以全屏模式启动。现在,让它以全屏模式启动的唯一方法是在设备完成启动后重新启动应用程序。

希望你能帮我解决这个烦人的问题。

编辑 1

我还使用 AIR 14 SDK 编译了应用程序,并且行为完全相同。

我必须补充一点,有时会出现状态栏,有时不会。我认为它与 WIFI 网络连接有关,但事实并非如此,因为在这两种情况下,一旦应用程序,如果它有中间网络连接或没有,状态栏有时会出现,有时没出现。

编辑 2

进一步测试发现状态栏显示时,与manifest的fullscreen参数设置为false时是一模一样的。它可能与该参数中的错误或类似问题有关吗?

最佳答案

只需进入 list 并使用全屏主题。

    <activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >

关于android - 启动时的 Flex Mobile Android 全屏应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25171083/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com