Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,20 +1563,14 @@
"state": "disabled"
},
"inactivityNotification": {
"state": "enabled",
"state": "disabled",
"minSupportedVersion": "7.187.0",
"description": "Local inactivity provisional notifications delivered to Notification Center.",
"targets": [
{ "localeLanguage": "en", "localeCountry": "US" }],
"settings": {
"daysInactive": "7"
}
},
"appShortcut": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We ended up not using this remote override. Remove it together in this PR

"state": "disabled",
"description": "iOS App Shortcuts for quick actions",
"targets": [
{ "localeLanguage": "en", "localeCountry": "US" }]
}
}
},
Expand Down
Loading