Skip to content

Commit

Permalink
build: add com.google.android.settings.intelligence
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Feb 18, 2025
1 parent a4bb30a commit eddfdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fun MainDropdownMenu(snackbarState: SnackbarHostState) {
onClick =
runCommand(
"am force-stop com.android.settings",
"am force-stop com.google.android.settings.intelligence",
"am force-stop com.android.intentresolver",
"am force-stop com.android.permissioncontroller",
),
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<resources>
<string-array name="xposedscope">>
<item>com.android.settings</item>
<item>com.google.android.settings.intelligence</item>
<item>com.google.android.apps.nexuslauncher</item>
<!--splash screen-->
<item>com.android.systemui</item>
Expand Down

0 comments on commit eddfdbb

Please sign in to comment.