-
public class ManifestUtilUtility class for reading the manifest
-
-
Method Summary
Modifier and Type Method Description static StringretrieveKey(Context aContext, String aKey)Retrieve a key from the manifest meta data, or empty string if not found. -
-
Method Detail
-
retrieveKey
static String retrieveKey(Context aContext, String aKey)
Retrieve a key from the manifest meta data, or empty string if not found.
-
-
-
-