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 d40c5e4 commit 9ba09fe
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 9ba09fe

Please sign in to comment.