Skip to content

PDFFormFilling default Android Manifest Formatting #12

Open
@zerokewl88

Description

@zerokewl88

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions