(Android) How to add a button to the toolbar to choose a specific brush preset?

I’m trying to make my android workspace match my desktop workspace.
On my desktop workspace, with the “10 Brush Presets” script, I can add a trio of buttons to my custom toolbar to select my favorite ink, pencil, and eraser presets. Unfortunately, I can’t recreate this on my android tablet because the android build doesn’t seem to support scripts.

Is there a workaround? I found the “Select Brush Preset” and “Toggle Eraser Preset” and while convenient they only switch back to my most recently selected brush and eraser presets, not specifically defined presets.

The way I would do it is to assign a unique tag to the brushes you mentioned and add a docker to the toolbar and assign the brush preset docker to it. Then just place your tag in the bottom of the brush preset docker and it’ll show the brushes you most want to grab while you’re working.

PS I think I also assigned my own icon to the toolbar docker in case your view differs from mine.