瀏覽代碼

Merge pull request #11378 from t895/game-flag

android: Use appCategory to specify the app is a game
liamwhite 2 年之前
父節點
當前提交
8674724ef0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/android/app/src/main/AndroidManifest.xml

+ 1 - 0
src/android/app/src/main/AndroidManifest.xml

@@ -25,6 +25,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
         android:hasFragileUserData="false"
         android:supportsRtl="true"
         android:isGame="true"
+        android:appCategory="game"
         android:localeConfig="@xml/locales_config"
         android:banner="@drawable/tv_banner"
         android:extractNativeLibs="true"