Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDFFormFilling default Android Manifest Formatting #12

Open
zerokewl88 opened this issue Nov 21, 2022 · 0 comments
Open

PDFFormFilling default Android Manifest Formatting #12

zerokewl88 opened this issue Nov 21, 2022 · 0 comments

Comments

@zerokewl88
Copy link

After downloading this, i found that the default XML for the Android Manifest was slightly incorrect, and I have had to re-arrage the node inside the node to get it work. Not sure if this is something normal to do, but wanted to let you know in case you can modify this so the default solution will download and compile for other to use without having to make this change.

Updated XML File

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.PDFFormFilling" android:installLocation="auto">
	<uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
	<application android:label="PDFFormFilling.Android">
    <provider android:name="android.support.v4.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true">
      <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
    </provider>
  </application>	
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant