配置文件位于 /system/etc/permissions/services.cn.google.xml 中,GMS 在中国的某些设备上受到限制。受此限制,您无法启用 Google Location History ,并且 Google Map Timeline 功能也无法使用。
该模块通过替换该配置文件来消除限制。
部分国行手机,或者本地化后的 ROM 中有内置 GMS ,但是某些功能无法使用,比如无法开启 Google Location History 服务,无法使用 Google Map Timeline,设备无法在 Web 版 Google play 中显示等等。
该模块通过替换 /system/etc/permissions/services.cn.google.xml 文件, 具体为删除如下配置行:
<feature name="cn.google.services" />
<feature name="com.google.android.feature.services_updater" />
以此来实现去除国行 GMS 的限制。
注意:为了开启 Google Location History 服务,你可能还需要配合其他模块,例如 Magisk 模块:位置报告启用器
The GMS is restricted in China on some devices, because of a configuration file located in /system/etc/permissions/services.cn.google.xml. by this restriction, you can not enable Google Location History and the Google Map Timeline function can not use either.
This module removes the restriction by replacing this configuration file.
- 修复 KernelSU 未生效问题