Can this app receive "Next filter" broadcasts/intents? How? #345
-
Edit: After reinstalling the app and restarting my device, the problem has been solved so I don't really need the answer anymore. On my device in Root Mode, Red Moon only starts when another filter is selected, for example when "Next filter" is pressed. I don't care about fixing the issue (it presumably happens only on my rare x86 device), I just want a workaround with Automation or another app that automatically "presses Next Filter" when Red Moon is turned on (I already figured out how to receive the RED_MOON_TOGGLED broadcast). I just need somebody who knows about Android intents/broadcasts to tell me how Red Moon can be sent the "Next Filter" action from another app. AndroidManifest.xml specifies |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't really remember, but from a search, I think the answer is you can toggle the filter externally but not change the filter: #202 (comment) I did want to add more api surface at some point, but nobody ever reached out with a specific use case. I'm glad you were able to solve this issue in a different way on your own :) |
Beta Was this translation helpful? Give feedback.
I don't really remember, but from a search, I think the answer is you can toggle the filter externally but not change the filter: #202 (comment)
I did want to add more api surface at some point, but nobody ever reached out with a specific use case.
I'm glad you were able to solve this issue in a different way on your own :)