gpt4 book ai didi

android - 屏幕变暗时 Wear 应用程序未关闭

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

我的应用在可穿戴设备上运行良好(它与手机通信、动画等)。

但是当我打开应用程序时,我让屏幕超时发生(因此屏幕变暗并且我看到时钟),然后我再次打开应用程序(点击时钟,滚动开始并选择我的应用程序)然后我的应用程序启动...但是:当我滑开我的应用程序时,应用程序的“上一个实例”在下方...

我怎样才能解决这样的问题?

编辑: list

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="my.test.wear" >

<uses-feature android:name="android.hardware.type.watch" />

<application
android:allowBackup="true"
android:icon="@drawable/ico"
android:label="@string/app_name"
android:theme="@android:style/Theme.DeviceDefault" >

<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

<activity
android:name=".MyActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".SettingsActivity" android:theme="@android:style/Theme.DeviceDefault.Light"/>
<activity android:name=".ConfirmationActivity" android:theme="@android:style/Theme.DeviceDefault.Light"/>
</application>

</manifest>

最佳答案

我还没有对此进行测试,但您可能需要在屏幕变暗时手动finish() 您的应用。我认为我以前主要在我自己的应用程序中看到过这种行为。您可以使用 this code from Nicholas Pomepuy 检查屏幕是否关闭/变暗

关于android - 屏幕变暗时 Wear 应用程序未关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25485346/

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