All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robolectric.shadows.ShadowApkAssets Maven / Gradle / Ivy

The newest version!
package org.robolectric.shadows;

// transliterated from
// https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/core/jni/android_content_res_ApkAssets.cpp

public abstract class ShadowApkAssets {

  public static class Picker extends ResourceModeShadowPicker {

    public Picker() {
      super(
          null,
          ShadowArscApkAssets9.class,
          ShadowArscApkAssets9.class,
          ShadowArscApkAssets9.class,
          ShadowNativeApkAssets.class);
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy