System directories
| Method | Result |
|---|---|
| Environment.getDataDirectory() | /data |
| Environment.getDownloadCacheDirectory() | /cache |
| Environment.getRootDirectory() | /system |
External storage directories
| package com.inperson.android.utils.leastview; | |
| import android.content.Context; | |
| import android.support.v7.widget.GridLayoutManager; | |
| import android.support.v7.widget.RecyclerView; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| public class WrappableGridLayoutManager extends GridLayoutManager { |
| // The following code allows an app to report Crashlytics crashes separately | |
| // for release and debug buildTypes when using Gradle. This code should be inserted | |
| // into the specified locations within your build.gradle (Module:app) file | |
| // The buildTypes { } block should be inserted inside the android { } block | |
| buildTypes { | |
| release { | |
| minifyEnabled false | |
| proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | |
| ext.crashlyticsApiSecret = "release api secret" |
System directories
| Method | Result |
|---|---|
| Environment.getDataDirectory() | /data |
| Environment.getDownloadCacheDirectory() | /cache |
| Environment.getRootDirectory() | /system |
External storage directories