mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-22 07:06:05 +00:00
notifications description
This commit is contained in:
parent
81178d0d3e
commit
ee70073324
@ -144,7 +144,7 @@ class PermissionManager(private val context: Context) {
|
||||
categories.add(
|
||||
PermissionCategory(
|
||||
type = PermissionType.NOTIFICATIONS,
|
||||
description = "Notifications to keep you updated",
|
||||
description = "Receive notifications when you receive private messages",
|
||||
permissions = listOf(Manifest.permission.POST_NOTIFICATIONS),
|
||||
isGranted = isPermissionGranted(Manifest.permission.POST_NOTIFICATIONS),
|
||||
systemDescription = "Allow bitchat to send you notifications"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user