mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 02:21:11 +01:00
Fix typos
This commit is contained in:
parent
192b208883
commit
153818f7fb
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ public class PermissionUtils {
|
|||
|
||||
public static final int ACTION_MANAGE_OVERLAY_PERMISSION_REQUEST_CODE = 0;
|
||||
|
||||
private static final String LOG_TAG = "PluginUtils";
|
||||
private static final String LOG_TAG = "PermissionUtils";
|
||||
|
||||
public static boolean checkPermissions(Context context, String[] permissions) {
|
||||
int result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue