Package 

Class ManifestUtil


  • 
    public class ManifestUtil
    
                        

    Utility class for reading the manifest

    • Method Summary

      Modifier and Type Method Description
      static String retrieveKey(Context aContext, String aKey) Retrieve a key from the manifest meta data, or empty string if not found.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail