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>
|
<key>NSExtensionAttributes</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>IntentsRestrictedWhileLocked</key>
|
<key>IntentsRestrictedWhileLocked</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<string>SyncRepositoryIntent</string>
|
||||||
|
</array>
|
||||||
<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
|
<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<string>SyncRepositoryIntent</string>
|
||||||
|
</array>
|
||||||
<key>IntentsSupported</key>
|
<key>IntentsSupported</key>
|
||||||
<array>
|
<array>
|
||||||
<string>SyncRepositoryIntent</string>
|
<string>SyncRepositoryIntent</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue