清霆
清霆
  • 发布:2022-10-20 15:19
  • 更新:2023-09-28 11:44
  • 阅读:474

请问如何设置APP为安卓桌面APP?AndroidManifest.xml没有效果

分类:uni-app

设置了AndroidManifest.xml ,没有效果

<?xml version="1.0" encoding="utf-8"?>  
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.dcloud.sample">  
  <application android:allowBackup="true" android:allowClearUserData="true" android:icon="@drawable/icon" android:label="@string/app_name" android:largeHeap="true" android:persistent="true" android:supportsRtl="true">  
    <activity android:name="io.dcloud.PandoraEntry" android:configChanges="orientation|keyboardHidden|screenSize|mcc|mnc|fontScale" android:hardwareAccelerated="true" android:screenOrientation="user" android:theme="@style/TranslucentTheme" android:windowSoftInputMode="adjustResize">  
      <intent-filter>  
        <action android:name="android.intent.action.MAIN" />  
        <category android:name="android.intent.category.HOME" />  
        <category android:name="android.intent.category.DEFAULT" />  
        <category android:name="android.intent.category.LAUNCHER" />  
      </intent-filter>  
    </activity>  
  </application>  
</manifest>

桌面APP不是桌面快捷方式,如图:

2022-10-20 15:19 负责人:无 分享
已邀请:
清霆

清霆 (作者)

.....

xzh

xzh

你不觉得你问问题的方式有问题吗?反正我是看不懂,什么可用的信息都没有。只能说正常设置是可以的,我是没碰到你说的情况

1***@qq.com

1***@qq.com

你好 请问解决了么 我也遇到了这个问题 设置了没有效果

  • 清霆 (作者)

    https://www.jianshu.com/p/8b2c672a270b

    2023-11-20 15:31

要回复问题请先登录注册