Ali Nato
Ali Nato

Reputation: 83

How to change a setting on Samsung Device programmatically?

I'm writing an android java app that tracked screen touches to count pushups. I would like to ensure touch sensitivity is at highest level. I noticed that in Samsung devices, there is an option in 'Settings' called 'Touch sensitivity' which can be toggled on and off. Also another setting called 'Accidental touch protection' which can be toggled on and off.

I'd like to toggle the 'Touch sensitivity' option on and the 'Accidental touch protection' option off. I'd like to do this programmatically in java or at least direct the user to the setting page so that he can turns the options on/off as needed.

Any idea how to achieve this using java code?

Upvotes: 1

Views: 90

Answers (0)

Related Questions