Merge "[Catalyst] Implement get{Read,Write}Permissions for Remove Animation" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c13f16954
@@ -65,6 +65,10 @@ class RemoveAnimationsPreference :
|
|||||||
|
|
||||||
override fun storage(context: Context): KeyValueStore = RemoveAnimationsStorage(context)
|
override fun storage(context: Context): KeyValueStore = RemoveAnimationsStorage(context)
|
||||||
|
|
||||||
|
override fun getReadPermissions(context: Context) = SettingsGlobalStore.getReadPermissions()
|
||||||
|
|
||||||
|
override fun getWritePermissions(context: Context) = SettingsGlobalStore.getWritePermissions()
|
||||||
|
|
||||||
override fun getReadPermit(context: Context, callingPid: Int, callingUid: Int) =
|
override fun getReadPermit(context: Context, callingPid: Int, callingUid: Int) =
|
||||||
ReadWritePermit.ALLOW
|
ReadWritePermit.ALLOW
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user