Merge "Enable touch feedback settings when the phone is in silent mode" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f73af73a1a
@@ -37,12 +37,6 @@ public class HapticFeedbackIntensityPreferenceController
|
||||
VibrationAttributes.USAGE_TOUCH);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRestrictedByRingerModeSilent() {
|
||||
// Touch feedback is disabled when the phone is in silent mode.
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int readIntensity() {
|
||||
final int hapticFeedbackEnabled = Settings.System.getInt(mContentResolver,
|
||||
|
Reference in New Issue
Block a user