This Package action grants either the current user ($CurrentUser) or a specific user permission to use a specified app. The undo option true makes sure that permission will be removed at uninstall.
Alias: GrantPermissionForApp
<Action runat="install"
undo="false"
alias="GrantPermissionForApp"
userLogin="$CurrentUser"
appName="uCommerce" />