Skip to content

Commit e633f80

Browse files
committed
Add Essentials Sample
1 parent e3b11ae commit e633f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Essentials/samples/Samples/ViewModel/PermissionsViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class PermissionsViewModel : BaseViewModel
2626
new PermissionItem("Phone", new Permissions.Phone()),
2727
new PermissionItem("Photos", new Permissions.Photos()),
2828
new PermissionItem("Photos AddOnly", new Permissions.PhotosAddOnly()),
29+
new PermissionItem("Post Notification", new Permissions.PostNotifications()),
2930
new PermissionItem("Reminders", new Permissions.Reminders()),
3031
new PermissionItem("Sensors", new Permissions.Sensors()),
3132
new PermissionItem("SMS", new Permissions.Sms()),

0 commit comments

Comments
 (0)