installPriority property

int? installPriority
getter/setter pair

Amongst apps with installType set to: FORCE_INSTALLED PREINSTALLEDthis controls the relative priority of installation.

A value of 0 (default) means this app has no priority over other apps. For values between 1 and 10,000, a lower value means a higher priority. Values outside of the range 0 to 10,000 inclusive are rejected.

Optional.

Implementation

core.int? installPriority;