Mark shortcut as restricted in case the device is locked
This commit is contained in:
parent
da62c2544b
commit
9a688b518f
1 changed files with 6 additions and 2 deletions
|
|
@ -25,9 +25,13 @@
|
|||
<key>NSExtensionAttributes</key>
|
||||
<dict>
|
||||
<key>IntentsRestrictedWhileLocked</key>
|
||||
<array/>
|
||||
<array>
|
||||
<string>SyncRepositoryIntent</string>
|
||||
</array>
|
||||
<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
|
||||
<array/>
|
||||
<array>
|
||||
<string>SyncRepositoryIntent</string>
|
||||
</array>
|
||||
<key>IntentsSupported</key>
|
||||
<array>
|
||||
<string>SyncRepositoryIntent</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue