Skip to content

Commit 3767260

Browse files
authored
Merge pull request #6492 from meghandaly/patch-2
Update app-wrapper-prepare-android.md to Remove Deprecated Parameter
2 parents 0dca780 + 4815538 commit 3767260

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

memdocs/intune/developer/app-wrapper-prepare-android.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,10 @@ Note the folder to which you installed the tool. The default location is: C:\Pro
9797

9898
The following table details the properties of the **invoke-AppWrappingTool** command:
9999

100-
|Property|Information|Example|
101-
|-------------|--------------------|---------|
102-
|**-InputPath**<String>|Path of the source Android app (.apk).| |
103-
|**-OutputPath**<String>|Path to the output Android app. If this is the same directory path as InputPath, the packaging will fail.| |
104-
|**-UseMinAPILevelForNativeMultiDex**| (Optional) Use this flag to increase the source Android app's minimum API level to 21. This flag will prompt for confirmation as it will limit who may install this app. Users can skip the confirmation dialog by appending the parameter "-Confirm:$false" to their PowerShell command. The flag should only be used by customers on apps with min API < 21 that fail to wrap successfully due to DEX overflow errors. | |
100+
|Property|Information|
101+
|-------------|--------------------|
102+
|**-InputPath**&lt;String&gt;|Path of the source Android app (.apk).|
103+
|**-OutputPath**&lt;String&gt;|Path to the output Android app. If this is the same directory path as InputPath, the packaging will fail.|
105104
| **&lt;CommonParameters&gt;** | (Optional) The command supports common PowerShell parameters like verbose and debug. |
106105

107106

0 commit comments

Comments
 (0)