commit | ce5969ae6f44e28be9bc9a9bae5eb16bdd2fb03c | [log] [tgz] |
---|---|---|
author | SamarV-121 <samarvispute121@pm.me> | Sat Feb 18 16:51:28 2023 +0530 |
committer | SamarV-121 <samarvispute121@pm.me> | Sun Feb 19 09:07:10 2023 +0000 |
tree | 66e6525c08f461aee57c00f4c145999e7c3b7675 | |
parent | 1f2a2bf17e31d0e4520306f78437359d3d07b7c8 [diff] |
gapps: Enable game dashboard * https://github.com/LeafOS-Blobs/proprietary_vendor_gapps/blob/1f2a2bf17e31d0e4520306f78437359d3d07b7c8/overlay/GmsOverlay/res/values/config.xml#L65 Change-Id: Ic12d8b57fc65e7609d9617db6d14923a2ee9490a
diff --git a/etc/sysconfig/game_service.xml b/etc/sysconfig/game_service.xml new file mode 100644 index 0000000..3fbc025 --- /dev/null +++ b/etc/sysconfig/game_service.xml
@@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- These are configurations that should exist on devices that support Game Service --> +<config> + <!-- This feature is meant to be the feature identifying devices that support + Game Service --> + <feature name="android.software.game_service" /> + <!-- Signals that the device is using the Google Games Service provided by + GMSCore. This subjects the device to addition GTS testing and also + serves as a mechanism to target devices that should download the + required GMSCore modules. --> + <feature name="com.google.android.feature.GMS_GAME_SERVICE" /> +</config>