Skip to content

Commit

Permalink
remove services_updater too
Browse files Browse the repository at this point in the history
  • Loading branch information
fei-ke committed Apr 29, 2022
1 parent 85af5f2 commit d3a76ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This module removes the restriction by replacing this configuration file.

```xml
<feature name="cn.google.services" />
<feature name="com.google.android.feature.services_updater" />
```
以此来实现去除国行 GMS 的限制。

Expand Down
3 changes: 2 additions & 1 deletion post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ fi

mkdir -p $(dirname $target)
cp -f $origin $target
sed -i '/cn.google.services/d' $target
sed -i '/cn.google.services/d' $target
sed -i '/services_updater/d' $target

0 comments on commit d3a76ba

Please sign in to comment.