What does the targetSdkVersion signify in an Android app?
The maximum API level the app can run on
The API level used for UI testing
The preferred API level for animations
The API level the app was tested against
Correct Answer: D — The API level the app was tested against
Explanation:
The targetSdkVersion indicates the API level an app is optimized for and tested against, ensuring compatibility with newer platform behaviors.