Data Leakage Prevention Skip Navigation

Data Leakage Prevention

The
BlackBerry UEM
administrator can use Data Leakage Prevention (DLP) settings in
BlackBerry Dynamics
profiles (
UEM
) to configure data protection standards, including enabling or disabling copy and paste between
BlackBerry Dynamics
apps and non-
BlackBerry Dynamics
apps, screen captures, dictation, FIPS, and more.
Contact your organization’s administrator to configure DLP standards as necessary for your custom
BlackBerry Dynamics
apps.
Note the following for the different platforms of the SDK:
SDK platform
Notes
BlackBerry Dynamics SDK for Android
The SDK provides the following classes to manage the secure copy, cut, and paste of data. These classes are replacements for the equivalent standard
Android
classes. The secure copy-cut-paste sample app demonstrates uses of the secure clipboard and the secure widgets.
  • com.good.gd.content.ClipboardManager
  • com.good.gd.widget.GDTextView
  • com.good.gd.widget.GDEditText
  • com.good.gd.widget.GDAutoCompleteTextView
  • com.good.gd.widget.GDMultiAutoCompleteTextView
  • com.good.gd.widget.GDSearchView
  • com.good.gd.widget.GDAppCompatTextView
  • com.good.gd.widget.GDAppCompatCheckedTextView
  • com.good.gd.widget.GDAppCompatAutoCompleteTextView
  • com.good.gd.widget.GDAppCompatMultiAutoCompleteTextView
  • com.good.gd.widget.GDAppCompatEditText
  • com.good.gd.widget.GDAppCompatSearchView
  • com.good.gd.widget.GDWebView
  • com.blackberry.bbwebview.BBWebView
The widget classes starting with "GDAppCompat" are replacements for the corresponding Android AppCompat widgets.
Due to current DLP controls, the setOnReceiveContentListener method is not supported in the components and widgets listed above.
BlackBerry Dynamics SDK for Cordova
You do not need to make any development changes to support DLP for
Cordova
apps for
iOS
or
Android
. Note that for
Android
Cordova
apps, secure cut, copy, and paste is currently blocked.