Searched defs:FLAG_EXTERNAL_STORAGE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java269 public static final int FLAG_EXTERNAL_STORAGE = 1<<18; field in class:ApplicationInfo
673 if ((flags & FLAG_EXTERNAL_STORAGE) != 0

Completed in 26 milliseconds