Class ShadowLegacyApkAssets


  • @Implements(value=android.content.res.ApkAssets.class,
                minSdk=28,
                isInAndroidSdk=false)
    public class ShadowLegacyApkAssets
    extends ShadowApkAssets
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __constructor__​(java.lang.String path, boolean system, boolean forceSharedLib, boolean overlay)  
      protected java.lang.String getAssetPath()  
      • Methods inherited from class java.lang.Object

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

      • ShadowLegacyApkAssets

        public ShadowLegacyApkAssets()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(java.lang.String path,
                                       boolean system,
                                       boolean forceSharedLib,
                                       boolean overlay)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getAssetPath

        @Implementation
        protected java.lang.String getAssetPath()