keymapperorg / KeyMapper

An Android app that change what the buttons do on your devices!
http://docs.keymapper.club
GNU General Public License v3.0
1.05k stars 153 forks source link

The "string array" extra in the "Send intent" action dialog can't be saved #1171

Closed Codereamp closed 12 months ago

Codereamp commented 1 year ago

Developer TODO (don't remove)

Discord message link/email recipient

Describe the bug The "Send intent" action has a feature-rich dialog allowing supplying different type of data including extras. The string type works as expected. Although "string array" type allows filling the fields, but after clicking the accept button and returning later to the same editing dialog, the "string array" extra just provided, is not present. I'm not sure about other types since I tried only "string" and "string array"

To Reproduce Steps to reproduce the behavior:

Expected behavior The added section should be present as other types of extra data.

Screenshots

Smartphone (please complete the following information):

Additional context

sds100 commented 12 months ago

I'm fixing this today!