Updated on 2026-08-14
This commit is contained in:
parent
77c2ff30e5
commit
42b6efa391
9 changed files with 172 additions and 190 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue