Can't disable Haptic feedback

Started by
-1 comments, last by rik_GT 11 years, 8 months ago
Hi all

I have an issue with my application. I'm trying to disable Haptic feedback. On the manifest file i have the permision android.permission.WRITE_SETTINGS

And on my activity on the onCreate() i have the following:
Settings.System.putInt(getContentResolver(), Settings.System.HAPTIC_FEEDBACK_ENABLED, 0);

But everytime I satrt the game, the vibration is always activated.

Any help would be grateful.

This topic is closed to new replies.

Advertisement