What Does the Following Code Do? Dialog.getWindow().setFlags(LayoutParams.FLAG_BLUR_BEHIND, LayoutParams.FLAG_BLUR_BEHIND);
Multiple Choice
What does the following code do? dialog.getWindow() .setFlags(LayoutParams.FLAG_BLUR_BEHIND, LayoutParams.FLAG_BLUR_BEHIND) ;
A) When dialog is displayed the activity behind it will be blurred.
B) When dialog is displayed the activity behind it will be dimmed.
C) Any EditText behind the dialog will be disabled.
D) When the dialog is displayed, the edges of the dialog will be blurred.
Correct Answer:

Verified
Correct Answer:
Verified
Q147: Which of these is NOT recommended in
Q148: Which is not included in the Android
Q149: Which of the following is true about
Q150: Which of these is the incorrect explanation
Q151: Which of the following is not a
Q153: What is the name of the class
Q154: Which of the following methods invoke a
Q155: Which of the following is NOT true
Q156: When is the intent resolution process triggered?<br>A)
Q157: Which of the following is the correct