Skip to content

Commit

Permalink
Fix for latest cordova android
Browse files Browse the repository at this point in the history
Lining up with Cordova's template changes (see apache/cordova-android#1052)
  • Loading branch information
wmathurin committed Sep 21, 2021
1 parent 21e850b commit f1329a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@

<!-- Fixes the activity tag in the Manifest -->
<edit-config file="app/src/main/AndroidManifest.xml" target="/manifest/application/activity" mode="merge">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:label="@string/app_name"
android:name="com.salesforce.androidsdk.phonegap.ui.SalesforceDroidGapActivity"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTop"
android:allowBackup="false" />
</edit-config>
Expand Down

0 comments on commit f1329a8

Please sign in to comment.