java.lang.Object | |
↳ | cyanogenmod.platform.Manifest.permission |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACCESS_APP_SUGGESTIONS |
Permission for accessing a provider of app suggestions
Not for use by third-party applications. |
|||||||||
String | ACCESS_THEME_MANAGER | Allows an application to use ThemeManager | |||||||||
String | ACCESS_WEATHER_MANAGER | Allows an application to access the weather service. | |||||||||
String | BIND_WEATHER_PROVIDER_SERVICE | Allows an application to be identified as a weather provider service | |||||||||
String | HARDWARE_ABSTRACTION_ACCESS |
Allows an application access to the CM hardware abstraction framework
Not for use by third-party applications. |
|||||||||
String | LIVE_LOCK_SCREEN_MANAGER_ACCESS | Allows an application to access the live lock screen manager. | |||||||||
String | MANAGE_ALARMS | Allows an application to manage alarms on the default alarm clock application | |||||||||
String | MANAGE_LIVEDISPLAY | Allows an application to manage LiveDisplay | |||||||||
String | MANAGE_PERSISTENT_STORAGE |
Allows an application to access persistent property storage
Not for use by third-party applications. |
|||||||||
String | MODIFY_MSIM_PHONE_STATE | Allows a 3rd party to modify the phone SIM states and data connection | |||||||||
String | MODIFY_NETWORK_SETTINGS | Allows an app to make changes to the airplane mode and mobile data network settings | |||||||||
String | MODIFY_PROFILES | Allows an application to modify system profiles | |||||||||
String | MODIFY_SOUND_SETTINGS | Allows an app to make changes to the interruption mode sound settings | |||||||||
String | PERFORMANCE_ACCESS | Allows low-level access to performance management. | |||||||||
String | PROTECTED_APP |
Permission for adding/removing applications to protected apps
Not for use by third-party applications. |
|||||||||
String | PUBLISH_CUSTOM_TILE | Allows a 3rd party application to publish or unpublish a quick settings tile | |||||||||
String | READ_ALARMS | Allows an application to read alarms from the default alarm clock application | |||||||||
String | READ_DATAUSAGE | Permission for reading the DataUsage database | |||||||||
String | READ_MSIM_PHONE_STATE | Allows a 3rd party to view the phone SIM states and data connection | |||||||||
String | READ_THEMES | Allows an application to read the current theme configuration and get information about the various themes currently installed | |||||||||
String | READ_WEATHER | Allows an application to read the weather content from the provider | |||||||||
String | THIRD_PARTY_KEYGUARD | Allows an application to be used as a third party keyguard | |||||||||
String | WRITE_ALARMS |
Allows an application to write alarms to the default alarm clock application
Not for use by third-party applications. |
|||||||||
String | WRITE_DATAUSAGE | Permission for writing the DataUsage database | |||||||||
String | WRITE_SECURE_SETTINGS | Allows an application to write to secure CM system settings. | |||||||||
String | WRITE_SETTINGS | Allows an application to write to CM system settings | |||||||||
String | WRITE_THEMES | Allows an application to write the current theme configuration and write information about the various themes currently installed. | |||||||||
String | WRITE_WEATHER |
Allows an application to update the content of the weather provider
Not for use by third-party applications. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Permission for accessing a provider of app suggestions
Not for use by third-party applications.
Allows an application to use ThemeManager
Allows an application to access the weather service.
Although the protection is normal, this permission should be required ONLY by those apps meant to do something meaningful with the data provided by the service (LockClock, SysUI)
Allows an application to be identified as a weather provider service
Allows an application access to the CM hardware abstraction framework
Not for use by third-party applications.
Allows an application to access the live lock screen manager.
Allows an application to manage alarms on the default alarm clock application
Allows an application to manage LiveDisplay
Allows an application to access persistent property storage
Not for use by third-party applications.
Allows a 3rd party to modify the phone SIM states and data connection
Allows an app to make changes to the airplane mode and mobile data network settings
Allows an application to modify system profiles
Allows an app to make changes to the interruption mode sound settings
Allows low-level access to performance management.
Not for use by third-party applications.
Permission for adding/removing applications to protected apps
Not for use by third-party applications.
Allows a 3rd party application to publish or unpublish a quick settings tile
Allows an application to read alarms from the default alarm clock application
Permission for reading the DataUsage database
Allows a 3rd party to view the phone SIM states and data connection
Allows an application to read the current theme configuration and get information about the various themes currently installed
Allows an application to read the weather content from the provider
Allows an application to be used as a third party keyguard
Allows an application to write alarms to the default alarm clock application
Not for use by third-party applications.
Permission for writing the DataUsage database
Allows an application to write to secure CM system settings.
Not for use by third-party applications.
Allows an application to write to CM system settings
Allows an application to write the current theme configuration and write information about the various themes currently installed. Changing themes should be done through the service ACCESS_THEME_MANAGER
Allows an application to update the content of the weather provider
Not for use by third-party applications.