Hi all I have an issue with my application.
I'm trying to disable Haptic feedback. On the manifest file i have the permission 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 start the game, the vibration is always activated. Is there anything I'm missing about this? The information online about this feature doesn't seem to be very clear at the moment and any help would be very appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

