Android Question How to set PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Trying to do this in my manifest
B4X:
AddManifestText(
  <application>
    <property android:name="android.window.PROPERTY_COMPAT_ALLOW_RESIZEABLE_ACTIVITY_OVERRIDES" android:value="false"/>
  </application>
)
App compiles perfectly but never starts
 
Top