Loading src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java +7 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.settings.development; import static android.provider.Settings.Global.DEVELOPMENT_SETTINGS_ENABLED; import static android.service.quicksettings.TileService.ACTION_QS_TILE_PREFERENCES; import static android.view.flags.Flags.sensitiveContentAppProtectionApi; import android.app.Activity; import android.app.UiModeManager; Loading Loading @@ -329,7 +330,12 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra adapter.getProfileProxy(getActivity(), mBluetoothA2dpServiceListener, BluetoothProfile.A2DP); } return super.onCreateView(inflater, container, savedInstanceState); View root = super.onCreateView(inflater, container, savedInstanceState); // Mark the view sensitive to black out the screen during screen share. if (sensitiveContentAppProtectionApi()) { root.setContentSensitivity(View.CONTENT_SENSITIVITY_SENSITIVE); } return root; } @Override Loading Loading
src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java +7 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.settings.development; import static android.provider.Settings.Global.DEVELOPMENT_SETTINGS_ENABLED; import static android.service.quicksettings.TileService.ACTION_QS_TILE_PREFERENCES; import static android.view.flags.Flags.sensitiveContentAppProtectionApi; import android.app.Activity; import android.app.UiModeManager; Loading Loading @@ -329,7 +330,12 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra adapter.getProfileProxy(getActivity(), mBluetoothA2dpServiceListener, BluetoothProfile.A2DP); } return super.onCreateView(inflater, container, savedInstanceState); View root = super.onCreateView(inflater, container, savedInstanceState); // Mark the view sensitive to black out the screen during screen share. if (sensitiveContentAppProtectionApi()) { root.setContentSensitivity(View.CONTENT_SENSITIVITY_SENSITIVE); } return root; } @Override Loading