We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b11ae commit e633f80Copy full SHA for e633f80
src/Essentials/samples/Samples/ViewModel/PermissionsViewModel.cs
@@ -26,6 +26,7 @@ public class PermissionsViewModel : BaseViewModel
26
new PermissionItem("Phone", new Permissions.Phone()),
27
new PermissionItem("Photos", new Permissions.Photos()),
28
new PermissionItem("Photos AddOnly", new Permissions.PhotosAddOnly()),
29
+ new PermissionItem("Post Notification", new Permissions.PostNotifications()),
30
new PermissionItem("Reminders", new Permissions.Reminders()),
31
new PermissionItem("Sensors", new Permissions.Sensors()),
32
new PermissionItem("SMS", new Permissions.Sms()),
0 commit comments