public class SettingsChecker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SettingsChecker.SettingsType
Different types of settings
|
| Constructor and Description |
|---|
SettingsChecker(android.content.Context context)
Constructor sets context
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixManualADBperUsbSettings()
Open Developer menu for enabling usb
|
void |
FixManualDeveloperSettings()
Open menu with Software version for enabling developer settings
|
java.util.HashSet<SettingsChecker.SettingsType> |
GetMissingSettings()
Collect all disabled settings which are necessary to be enabled
for this app in a list
|
public SettingsChecker(android.content.Context context)
context - The context where the settings should be checkedpublic java.util.HashSet<SettingsChecker.SettingsType> GetMissingSettings()
public void FixManualDeveloperSettings()
public void FixManualADBperUsbSettings()