Which of the following is true about attribute android:windowSoftInputMode of the
Which of the following is true about attribute android:windowSoftInputMode of the
The attribute android:windowSoftInputMode of the <activity> tag in the AndroidManifest.xml file adjusts how the main window of the activity interacts with the keyboard. This attribute is used to control the behavior of the soft input area (such as an on-screen keyboard) and how it impacts the layout of the main window. For example, it can specify whether the layout should be resized to accommodate the keyboard or if the keyboard should cover the content.
B. It adjusts how the main window of the activity interacts with keyboard