ios-app
ios-app copied to clipboard
[FEATURE REQUEST] [MDM] Split up option to disable copy
Is your feature request related to a problem? Please describe.
File action "Copy" can be disabled with a MDM option:
<key>action.disallowed</key>
<array><string>com.owncloud.action.copy</string></array>
This disables copying a file to an external app, but also prevents copying a file to another location inside the ownCloud iOS app.
Describe the solution you'd like
For iOS app use in high-security environments, it would be useful, to only prevent data exchange with external apps, but keep the app-internal copy feature. So we'd need a more fine granular option.
Describe alternatives you've considered
n.a.
Additional context
No urgency… (yet)
TASKS
- [ ] Research (if needed)
- [ ] Create branch feature/feature_name
- [ ] Development tasks
- [ ] Implement whatever
- [ ] ...
- [ ] Code review and apply changes requested
- [ ] Design test plan
- [ ] QA
- [ ] Merge branch feature/feature_name into master
PR
- App
- Library (if needed)