Since Android 11, a large black area appeared above my app. I use multiple different activities (mostly RelativeLayout) and all of them are affected, so I don't think it's a layout issue. Switching between ActionBarActivity and AppCompatActivity or changing the SDK or build tools version also didn't affect the black space.
Settings:
Does anyone know how to fix this or have a similar problem?
I found the solution:
Add to the AndroidManifest.xml:
<supports-screens
android:anyDensity="true" />