Loading packages/SystemUI/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,9 @@ <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> <uses-permission android:name="android.permission.SUPPRESS_CLIPBOARD_ACCESS_NOTIFICATION" /> <!-- To change system captions state --> <uses-permission android:name="android.permission.SET_SYSTEM_AUDIO_CAPTION" /> <protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" /> <protected-broadcast android:name="com.android.settingslib.action.UNREGISTER_SLICE_RECEIVER" /> <protected-broadcast android:name="com.android.settings.flashlight.action.FLASHLIGHT_CHANGED" /> Loading packages/SystemUI/plugin/src/com/android/systemui/plugins/VolumeDialogController.java +0 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,6 @@ public interface VolumeDialogController { boolean areCaptionsEnabled(); void setCaptionsEnabled(boolean isEnabled); boolean isCaptionStreamOptedOut(); void getCaptionsComponentState(boolean fromTooltip); Loading packages/SystemUI/res/color/caption_tint_color_selector.xml +0 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,5 @@ --> <selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:sysui="http://schemas.android.com/apk/res-auto"> <item sysui:optedOut="true" android:color="?android:attr/colorButtonNormal"/> <item android:color="?android:attr/colorAccent"/> </selector> No newline at end of file packages/SystemUI/res/layout-land-television/volume_dialog.xml +1 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,7 @@ android:layout_height="match_parent" android:tint="@color/caption_tint_color_selector" android:layout_gravity="center" android:soundEffectsEnabled="false" sysui:optedOut="false"/> android:soundEffectsEnabled="false"/> </FrameLayout> Loading packages/SystemUI/res/layout-land/volume_dialog.xml +1 −2 Original line number Diff line number Diff line Loading @@ -136,8 +136,7 @@ android:layout_height="match_parent" android:tint="?android:attr/colorAccent" android:layout_gravity="center" android:soundEffectsEnabled="false" sysui:optedOut="false"/> android:soundEffectsEnabled="false" /> </FrameLayout> </LinearLayout> Loading Loading
packages/SystemUI/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,9 @@ <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> <uses-permission android:name="android.permission.SUPPRESS_CLIPBOARD_ACCESS_NOTIFICATION" /> <!-- To change system captions state --> <uses-permission android:name="android.permission.SET_SYSTEM_AUDIO_CAPTION" /> <protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" /> <protected-broadcast android:name="com.android.settingslib.action.UNREGISTER_SLICE_RECEIVER" /> <protected-broadcast android:name="com.android.settings.flashlight.action.FLASHLIGHT_CHANGED" /> Loading
packages/SystemUI/plugin/src/com/android/systemui/plugins/VolumeDialogController.java +0 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,6 @@ public interface VolumeDialogController { boolean areCaptionsEnabled(); void setCaptionsEnabled(boolean isEnabled); boolean isCaptionStreamOptedOut(); void getCaptionsComponentState(boolean fromTooltip); Loading
packages/SystemUI/res/color/caption_tint_color_selector.xml +0 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,5 @@ --> <selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:sysui="http://schemas.android.com/apk/res-auto"> <item sysui:optedOut="true" android:color="?android:attr/colorButtonNormal"/> <item android:color="?android:attr/colorAccent"/> </selector> No newline at end of file
packages/SystemUI/res/layout-land-television/volume_dialog.xml +1 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,7 @@ android:layout_height="match_parent" android:tint="@color/caption_tint_color_selector" android:layout_gravity="center" android:soundEffectsEnabled="false" sysui:optedOut="false"/> android:soundEffectsEnabled="false"/> </FrameLayout> Loading
packages/SystemUI/res/layout-land/volume_dialog.xml +1 −2 Original line number Diff line number Diff line Loading @@ -136,8 +136,7 @@ android:layout_height="match_parent" android:tint="?android:attr/colorAccent" android:layout_gravity="center" android:soundEffectsEnabled="false" sysui:optedOut="false"/> android:soundEffectsEnabled="false" /> </FrameLayout> </LinearLayout> Loading