Add targetSdkVersion to default manifest in Android (SOLVED)

Both in the dev-app and bundled application on Android, the “three dots”-button indicating a context menu is visible and overlayed to the application. To get rid of them one can simply add android:targetSdkVersion=“14” to the <uses-sdk>-tag in the android manifest, but that should be the default in Defold (since there is, at least to my knowledge, no way of catching taps on that button in Defold anyway)

EDIT: You can read this if you are uncertain what it is that I am ranting about