Skip to content

Commit

Permalink
QuickSwitch 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skittles9823 committed Mar 19, 2024
1 parent a845136 commit 3ef7b03
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ QuickSwitch is a Magisk module which systemlessly allows supported launchers to

## Changelog:

### 4.0.2

- unrevert embed framework-res
- add sepolicy to fix `pm path` (Thanks Jan from the telegram group)

### v4.0.1

- Revert embed framework-res
Expand Down
4 changes: 2 additions & 2 deletions QuickSwitch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v4.0.1",
"versionCode": 4010,
"version": "v4.0.2",
"versionCode": 4020,
"zipUrl": "https://github.com/skittles9823/QuickSwitch/releases/latest/download/QuickSwitch-Updater.zip",
"changelog": "https://raw.githubusercontent.com/skittles9823/QuickSwitch/master/CHANGELOG.md"
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ You can get support for the module in either the [Telegram group](https://t.me/Q

## Changelog:

### 4.0.2

- unrevert embed framework-res
- add sepolicy to fix `pm path` (Thanks Jan from the telegram group)

### v4.0.1

- Revert embed framework-res
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=quickswitch
name=QuickSwitch
version=v4.0.1
versionCode=4010
version=v4.0.2
versionCode=4020
author=The Lawnchair team
description=Quickstep enabler for supported launchers
updateJson=https://raw.githubusercontent.com/skittles9823/QuickSwitch/master/QuickSwitch.json
1 change: 1 addition & 0 deletions sepolicy.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow system_server untrusted_app_all_devpts chr_file { read write }
4 changes: 2 additions & 2 deletions zipsigner
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ "$USER" == "root" ]; then
cd "$(dirname "$0")"
pwd
)"
dalvikvm -Djava.io.tmpdir=. -Xnodex2oat -Xnoimage-dex2oat -cp $dir/zipsigner-*.jar com.topjohnwu.utils.ZipSigner "$@" 2>/dev/null ||
dalvikvm -Djava.io.tmpdir=. -Xnoimage-dex2oat -cp $dir/zipsigner-*.jar com.topjohnwu.utils.ZipSigner "$@"
/apex/com.android.art/bin/dalvikvm -Djava.io.tmpdir=. -Xnodex2oat -Xnoimage-dex2oat -cp $dir/zipsigner-*.jar com.topjohnwu.utils.ZipSigner "$@" 2>/dev/null
|| /apex/com.android.art/bin/dalvikvm -Djava.io.tmpdir=. -Xnoimage-dex2oat -cp $dir/zipsigner-*.jar com.topjohnwu.utils.ZipSigner "$@"
else
echo "zipsigner: need root permissions"
fi

0 comments on commit 3ef7b03

Please sign in to comment.