Updated on 2026-08-14

This commit is contained in:
Tangem 2019-02-07 13:13:36 +03:00
parent 77c2ff30e5
commit 42b6efa391
9 changed files with 172 additions and 190 deletions

View file

@ -51,7 +51,7 @@ public class LogFileProvider extends ContentProvider {
Log.v(LOG_TAG,
"Called with uri: '" + uri + "'." + uri.getLastPathSegment());
// Check incoming Uri against the matcher
// check incoming Uri against the matcher
switch (uriMatcher.match(uri)) {
// If it returns 1 - then it matches the Uri defined in onCreate