Updated on 2026-08-14

This commit is contained in:
Tangem 2018-05-30 13:49:21 +03:00
parent 52ce16bb09
commit 8a0b654663
24 changed files with 314 additions and 279 deletions

View file

@ -20,7 +20,7 @@ public class LogFileProvider extends ContentProvider {
private static final String CLASS_NAME = "LogFileProvider";
// The authority is the symbolic name for the provider class
public static final String AUTHORITY = "com.tangem.wallet.LogFileProvider";
public static final String AUTHORITY = "com.tangem.LogFileProvider";
// UriMatcher used to match against incoming requests
private UriMatcher uriMatcher;