Categories
Android Apps FaceBook

How to Disable Facebook Video Auto Play on Android

One of the new features of Facebook that can get to you is the feature where any video in Facebook Auto plays when it scrolls into view. This feature while useful can be irritating if you don’t like videos playing and audio blaring unexpectedly.  Here is a simple step by step method to Disable Facebook […]

Categories
Android Apps Device Open Source Solutions

Swift Key – Turn Off Keyboard Touch Vibration

Swift Key is one of the best keyboards for Android and IOs. By default, its configured to enable vibration on key press (usually it takes the system defaults). If you are someone who dislikes this feature, here is a simple way to turn off keyboard touch vibration in it: Steps to Disable Keyboard Touch Vibration […]

Categories
Android Apps Device Open Source Solutions

How to Disable Back Button Press in Android

You need to override the “onBackPressed” method to avoid the default action. You can leave the function empty if you dont want any action to be taken on press of the Back Button. The Code: @Override public void onBackPressed() { } Note: this requires API Level 5 or higher.

Categories
Android Nexus 5

Turn Off Keyboard Vibration in Android Lollipop

Google Keyboard is the default keyboard in Android 5, Lollipop. By default, its configured to enable vibration on key press. If you are someone who dislikes this feature, here is a simple way to turn off keyboard vibration in it: Steps to Disable or Turn Off Keyboard Vibration: Go to Home -> Settings -> Language […]

Categories
Android Solutions

How To Disable Vibration on Touch in Android

Android gives vibration feedback on some touch events like press of back button. This can be useful and also be a pain. Here is how to disable this feature: Go to Home -> Settings -> Sound Uncheck the option “Haptic feedback” or “Vibrate Feedback”