Loading packages/SystemUI/res/values/lineage_config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,7 @@ Possible values: 3, 3.1, 3.2, 4, 4.1, 4.2 --> <string name="config_screenRecorderAVCProfileLevel" translatable="false">4.2</string> <!-- Whether to play turbulence noise after clicking the play button --> <bool name="config_turbulenceNoise">true</bool> </resources> packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaControlPanel.java +2 −1 Original line number Diff line number Diff line Loading @@ -646,7 +646,8 @@ public class MediaControlPanel { mLoadingEffect::finish, TURBULENCE_NOISE_PLAY_DURATION ); } else { } else if (mContext.getResources().getBoolean( com.android.systemui.res.R.bool.config_turbulenceNoise)) { mTurbulenceNoiseController.play( Type.SIMPLEX_NOISE, mTurbulenceNoiseAnimationConfig Loading Loading
packages/SystemUI/res/values/lineage_config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -70,4 +70,7 @@ Possible values: 3, 3.1, 3.2, 4, 4.1, 4.2 --> <string name="config_screenRecorderAVCProfileLevel" translatable="false">4.2</string> <!-- Whether to play turbulence noise after clicking the play button --> <bool name="config_turbulenceNoise">true</bool> </resources>
packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaControlPanel.java +2 −1 Original line number Diff line number Diff line Loading @@ -646,7 +646,8 @@ public class MediaControlPanel { mLoadingEffect::finish, TURBULENCE_NOISE_PLAY_DURATION ); } else { } else if (mContext.getResources().getBoolean( com.android.systemui.res.R.bool.config_turbulenceNoise)) { mTurbulenceNoiseController.play( Type.SIMPLEX_NOISE, mTurbulenceNoiseAnimationConfig Loading