Package org.robolectric.shadows
Class ShadowLegacyApkAssets
- java.lang.Object
- 
- org.robolectric.shadows.ShadowApkAssets
- 
- org.robolectric.shadows.ShadowLegacyApkAssets
 
 
- 
 @Implements(value=android.content.res.ApkAssets.class, minSdk=28, isInAndroidSdk=false) public class ShadowLegacyApkAssets extends ShadowApkAssets Shadow forApkAssetsthat is used for legacy resources.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowApkAssetsShadowApkAssets.Picker
 
- 
 - 
Constructor SummaryConstructors Constructor Description ShadowLegacyApkAssets()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__constructor__(String path, boolean system, boolean forceSharedLib, boolean overlay)protected StringgetAssetPath()
 
- 
- 
- 
Method Detail- 
__constructor__@Implementation(maxSdk=29) protected void __constructor__(String path, boolean system, boolean forceSharedLib, boolean overlay) throws IOException - Throws:
- IOException
 
 - 
getAssetPath@Implementation protected String getAssetPath() 
 
- 
 
-