com.android.manifmerger
Interface ICallback


public interface ICallback

Callback used by the ManifestMerger to query the caller.


Field Summary
static int UNKNOWN_CODENAME
           
 
Method Summary
 int queryCodenameApiLevel(java.lang.String codename)
          Queries the caller to find the API level for a given provisional API codename, as used in the <uses-sdk> minSdkVersion field.
 

Field Detail

UNKNOWN_CODENAME

static final int UNKNOWN_CODENAME
See Also:
Constant Field Values
Method Detail

queryCodenameApiLevel

int queryCodenameApiLevel(@NonNull
                          java.lang.String codename)
Queries the caller to find the API level for a given provisional API codename, as used in the <uses-sdk> minSdkVersion field.

Parameters:
codename - A non-null codename string.
Returns:
The integer API > 0 for the given codename, or UNKNOWN_CODENAME.