mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Fix typos
This commit is contained in:
@@ -21,7 +21,7 @@ public class PermissionUtils {
|
|||||||
|
|
||||||
public static final int ACTION_MANAGE_OVERLAY_PERMISSION_REQUEST_CODE = 0;
|
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) {
|
public static boolean checkPermissions(Context context, String[] permissions) {
|
||||||
int result;
|
int result;
|
||||||
|
@@ -126,7 +126,7 @@ public class SharedProperties {
|
|||||||
Object internalValue;
|
Object internalValue;
|
||||||
for (String key : propertiesList) {
|
for (String key : propertiesList) {
|
||||||
value = properties.getProperty(key); // value will be null if key does not exist in propertiesFile
|
value = properties.getProperty(key); // value will be null if key does not exist in propertiesFile
|
||||||
Logger.logDebug(LOG_TAG, key + " : " + value);
|
// Logger.logVerbose(LOG_TAG, key + " : " + value);
|
||||||
|
|
||||||
// Call the {@link SharedPropertiesParser#getInternalPropertyValueFromValue(Context,String,String)}
|
// Call the {@link SharedPropertiesParser#getInternalPropertyValueFromValue(Context,String,String)}
|
||||||
// interface method to get the internal value to store in the {@link #mMap}.
|
// interface method to get the internal value to store in the {@link #mMap}.
|
||||||
|
Reference in New Issue
Block a user