/*********************************************************************************************************
* ADOBE SYSTEMS INCORPORATED
* Copyright 2011 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the
* terms of the Adobe license agreement accompanying it.  If you have received this file from a
* source other than Adobe, then your use, modification, or distribution of it requires the prior
* written permission of Adobe.
*
*********************************************************************************************************/


package com.adobe.air.sampleextensions.android.licensing
{
	public class LicenseStatusReason
	{
		public static var CHECK_IN_PROGRESS:String = "checkInProgress";
		public static var INVALID_PACKAGE_NAME:String = "invalidPackageName";
		public static var INVALID_PUBLIC_KEY:String = "invalidPublicKey";
		public static var MISSING_PERMISSION:String = "missingPermission";
		public static var NON_MATCHING_UID:String = "nonMatchingUID";
		public static var NOT_MARKET_MANAGED:String = "notMarketManaged";
	}
}
