java.lang.Object | |
↳ | lineageos.platform.Manifest.permission |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 | CHANGE_STYLE | Allows an application to change system style | |||||||||
String | HARDWARE_ABSTRACTION_ACCESS |
Allows an application access to the Lineage hardware abstraction framework
Not for use by third-party applications. |
|||||||||
String | MANAGE_LIVEDISPLAY | Allows an application to manage LiveDisplay | |||||||||
String | MANAGE_REMOTE_PREFERENCES | Permission for managing remote preferences | |||||||||
String | MODIFY_PROFILES | Allows an application to modify system profiles | |||||||||
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 | READ_DATAUSAGE | Permission for reading the DataUsage database | |||||||||
String | READ_WEATHER | Allows an application to read the weather content from the provider | |||||||||
String | WRITE_DATAUSAGE | Permission for writing the DataUsage database | |||||||||
String | WRITE_SECURE_SETTINGS | Allows an application to write to secure Lineage system settings. | |||||||||
String | WRITE_SETTINGS | Allows an application to write to Lineage system settings | |||||||||
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
|
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 to change system style
Allows an application access to the Lineage hardware abstraction framework
Not for use by third-party applications.
Allows an application to manage LiveDisplay
Permission for managing remote preferences
Allows an application to modify system profiles
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.
Permission for reading the DataUsage database
Allows an application to read the weather content from the provider
Permission for writing the DataUsage database
Allows an application to write to secure Lineage system settings.
Not for use by third-party applications.
Allows an application to write to Lineage system settings
Allows an application to update the content of the weather provider
Not for use by third-party applications.