类 AppUtils.FileProvider4UtilCode

  • 所有已实现的接口:
    android.content.ComponentCallbacks, android.content.ComponentCallbacks2
    封闭类:
    AppUtils

    public static final class AppUtils.FileProvider4UtilCode
    extends androidx.core.content.FileProvider
    • 嵌套类概要

      • 从类继承的嵌套类/接口 android.content.ContentProvider

        android.content.ContentProvider.PipeDataWriter<T extends java.lang.Object>
    • 字段概要

      • 从接口继承的字段 android.content.ComponentCallbacks2

        TRIM_MEMORY_BACKGROUND, TRIM_MEMORY_COMPLETE, TRIM_MEMORY_MODERATE, TRIM_MEMORY_RUNNING_CRITICAL, TRIM_MEMORY_RUNNING_LOW, TRIM_MEMORY_RUNNING_MODERATE, TRIM_MEMORY_UI_HIDDEN
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean onCreate()  
      • 从类继承的方法 androidx.core.content.FileProvider

        attachInfo, delete, getType, getUriForFile, insert, openFile, query, update
      • 从类继承的方法 android.content.ContentProvider

        applyBatch, bulkInsert, call, canonicalize, dump, getCallingPackage, getContext, getPathPermissions, getReadPermission, getStreamTypes, getWritePermission, isTemporary, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • FileProvider4UtilCode

        public FileProvider4UtilCode()
    • 方法详细资料

      • onCreate

        public boolean onCreate()
        覆盖:
        onCreate 在类中 androidx.core.content.FileProvider