File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 5.4.22 (17 May 2026)
2+ - improve handling activities with a custom permission
3+ - add an option to set using root to launch an activity from a shortcut
4+
5+ ## 5.4.21 (13 Mar 2026)
6+ - no changes
7+
18## 5.4.20 (2 Mar 2026)
29- improve parsing disabled apps
310
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 applicationId = " com.activitymanager"
1818 minSdk = 23
1919 targetSdk = 34
20- versionCode = 561
21- versionName = " 5.4.21 "
20+ versionCode = 562
21+ versionName = " 5.4.22 "
2222
2323 project.findProperty(" newVersionCode" )?.toString()?.toIntOrNull()?.let {
2424 versionCode = it
Original file line number Diff line number Diff line change 1+ - improve handling activities with a custom permission
2+ - add an option to set using root to launch an activity from a shortcut
You can’t perform that action at this time.
0 commit comments