with this changes you can get all GSF IDs if you are using more than one profile on your waydroid system.
What this basically does:
- lists /data/users folders that can will be used for multiple sqlite requests
- uses android pm list users for the output to see a clean output line for name, folder id and gsf id
* Update values for dl_link with smartdock_1130 and act_md5
This updates the download link to the newest version of smartdock & fixes/updates the previously incorrect act_md5 value
* Add WRITE_SECURE_SETTINGS and WRITE_SETTINGS permission
Needed to successfully boot into the home screen
- rather than cloning the entire history of repos, can do a shallow clone with a [depth](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt-code--depthcodeemltdepthgtem) of 1
- this should make it more efficient, particularly when there are many commits or many large commits
- since the history is unused by regular end users, there is no need to fetch/download it
- could alternatively do a [bare](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt-code--barecode) clone to be even more efficient
- but I thought a shallow clone is a bit less intrusive for now
- and is reversible, if needed (i.e. a local shallow clone can fetch the rest of the depth)
- also add syntax highlighting to the first code block, matching the second one