am 34bdc613: am fe07a079: am 18c5fb7c: Fix the build

* commit '34bdc6136f13d01af339fd0c8f1f569bb28d6971':
  Fix the build
This commit is contained in:
Jim Miller
2015-02-25 19:04:55 +00:00
committed by Android Git Automerger

View File

@@ -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);