Skip to content

Commit

Permalink
Add Essentials Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Dec 19, 2023
1 parent 958b6c4 commit 5e0bbd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class PermissionsViewModel : BaseViewModel
new PermissionItem("Phone", new Permissions.Phone()),
new PermissionItem("Photos", new Permissions.Photos()),
new PermissionItem("Photos AddOnly", new Permissions.PhotosAddOnly()),
new PermissionItem("Post Notification", new Permissions.PostNotifications()),
new PermissionItem("Reminders", new Permissions.Reminders()),
new PermissionItem("Sensors", new Permissions.Sensors()),
new PermissionItem("SMS", new Permissions.Sms()),
Expand Down

0 comments on commit 5e0bbd2

Please sign in to comment.