Fix the build
This API was hidden for MR1. Bug 19461292 Change-Id: Ib0a5ca536e843c91a142faeeccf684294aa3e274
This commit is contained in:
@@ -406,7 +406,8 @@ public class DeviceAdminSample extends PreferenceActivity {
|
||||
if (featureString != null) {
|
||||
PersistableBundle bundle = new PersistableBundle();
|
||||
bundle.putStringArray("features", featureString.split(","));
|
||||
mDPM.setTrustAgentConfiguration(mDeviceAdminSample, agent, bundle);
|
||||
Log.w(TAG, "setTrustAgentConfigurat() is disabled");
|
||||
// mDPM.setTrustAgentConfiguration(mDeviceAdminSample, agent, bundle);
|
||||
}
|
||||
} else {
|
||||
Log.w(TAG, "Invalid component: " + component);
|
||||
|
||||
Reference in New Issue
Block a user