Since: API level 34
public final class

KnoxContract

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.ex.KnoxContract

Deprecated in API level 37

Class Overview

The contract between the Knox SDK provider and applications. Contains definitions for the supported URIs and Keys.

Overview

KnoxSDKContract defines an URI for configuration device settings

Operations

  Insert
Not Supported operations
  Update
Set configuration value to target(key)
  Delete
Clear configuration value before setting by Update() apis
  Query
Get configuration value from target(key)

Since

API level 3.7.1

Summary

Nested Classes
class KnoxContract.Config Deprecated in API level 37  
class KnoxContract.License Deprecated in API level 37  
Constants
String AUTHORITY Deprecated in API level 37
String AUTHORITY_URI_STRING Deprecated in API level 37
String KEY Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

Since: API level 34

Deprecated in API level 37

The authority for the KnoxSDK provider

Constant Value: "com.samsung.android.knox.sdk"

public static final String AUTHORITY_URI_STRING

Since: API level 34

Deprecated in API level 37

A content:// style uri string to the authority for the KnoxSDK provider

Constant Value: "content://com.samsung.android.knox.sdk"

public static final String KEY

Since: API level 34

Deprecated in API level 37

API key for specific policy or license key

Constant Value: "key"