SensitiveContentService constructor

SensitiveContentService()

Creates service to set content sensitivity of an app window (Android View) via communication over the sensitive content MethodChannel.

Implementation

SensitiveContentService() {
  sensitiveContentChannel = SystemChannels.sensitiveContent;
}