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