Google Play自动更新不会更新应用 [英] Google play auto update does not update apps

查看:372
本文介绍了Google Play自动更新不会更新应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经申请成为Home&当我设置我的应用程序作为默认启动它不会自动更新从谷歌播放,所有其他应用程序自动更新罚款,但只有一个应用程序不更新



<$
android:alwaysRetainTaskState =true
android:excludeFromRecents =true$ b $ < activity
android:name =。MainActivity b android:launchMode =singleInstance
android:showOnLockScreen =true>
< intent-filter>
< category android:name =android.intent.category.LAUNCHER/>
< category android:name =android.intent.category.HOME/>
< category android:name =android.intent.category.DEFAULT/>

< / intent-filter>
< intent-filter>
< category android:name =android.intent.category.LAUNCHER/>
< / intent-filter>
< / activity>


解决方案

Google Play不会更新当前正在运行的应用。我猜测用户不喜欢他们正在使用的应用何时重新启动。


I have make application as Home & launcher app with below manifest, When i set my application as default Launcher it will not auto update from google play, All other app auto update fine but only one application is not update

<activity
        android:name=".MainActivity"
        android:alwaysRetainTaskState="true"
        android:excludeFromRecents="true"
        android:launchMode="singleInstance"
        android:showOnLockScreen="true">
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <action android:name="android.intent.action.ASSIST"/>
            <category android:name="android.intent.category.LAUNCHER"/>
            <category android:name="android.intent.category.HOME"/>
            <category android:name="android.intent.category.DEFAULT"/>

        </intent-filter>
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
            <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
    </activity>

解决方案

Google Play does not update the app that is currently running. I am guessing users dislike when the app they are using restarts.

这篇关于Google Play自动更新不会更新应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆