File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AndroidSample/AndroidSample/Properties
XamarinForms/Droid/Properties Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.pspdfkit.sample" >
33 <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 31" />
44 <application android : label =" @string/app_name" android : largeHeap =" true" android : theme =" @style/AppTheme" >
5- <activity android : name =" com.pspdfkit.ui.PdfActivity" />
5+ <activity android : name =" com.pspdfkit.ui.PdfActivity" android : windowSoftInputMode = " adjustNothing " />
66 </application >
77 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
88</manifest >
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.pspdfkit.XFSample" >
33 <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 31" />
44 <application android : label =" XFSample" android : largeHeap =" true" >
5- <activity android : name =" com.pspdfkit.ui.PdfActivity" />
5+ <activity android : name =" com.pspdfkit.ui.PdfActivity" android : windowSoftInputMode = " adjustNothing " />
66 </application >
77 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
88</manifest >
You can’t perform that action at this time.
0 commit comments