You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Context: Fix typo
This commit is contained in:
committed by
Mis012
parent
e5a6ee2b55
commit
c6be36f553
@@ -463,7 +463,7 @@ public class Context extends Object {
|
||||
}
|
||||
|
||||
public int checkCallingOrSelfPermission(String permission) {
|
||||
Slog.w(TAG, "!!! app wants to know if it has a permission: >" + permission + "< (returning PREMISSION_DENIED)");
|
||||
Slog.w(TAG, "!!! app wants to know if it has a permission: >" + permission + "< (returning PERMISSION_DENIED)");
|
||||
|
||||
return PackageManager.PERMISSION_DENIED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user