Merge "Add EXTRA_FROM_STORAGE to photos gallery intent." into oc-dev am: bad8171d05
am: f3c3cd97ba
Change-Id: I41a99ae57dbd5abd1309f643831aa9d20e62836a
This commit is contained in:
@@ -275,6 +275,7 @@ public class StorageItemPreferenceController extends PreferenceController {
|
||||
intent.setAction(android.content.Intent.ACTION_VIEW);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
|
||||
intent.setType(IMAGE_MIME_TYPE);
|
||||
intent.putExtra(Intent.EXTRA_FROM_STORAGE, true);
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user