Merge branch 'master' of github.com:open-keychain/open-keychain

This commit is contained in:
Vincent Breitmoser
2015-10-26 12:52:45 +01:00
2 changed files with 12 additions and 18 deletions

View File

@@ -272,9 +272,12 @@ public class FileHelper {
return true;
}
/**
* A replacement for ContentResolver.openInputStream() that does not allow the usage of
* "file" Uris that point to private files owned by the application only.
/** A replacement for ContentResolver.openInputStream() that does not allow
* the usage of "file" Uris that point to private files owned by the
* application only, *on Lollipop devices*.
*
* The check will be performed on devices >= Lollipop only, which have the
* necessary API to stat filedescriptors.
*
* @see FileHelperLollipop
*/