Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
This API was hidden for MR1.

Bug 19461292

Change-Id: Ib0a5ca536e843c91a142faeeccf684294aa3e274
  • Loading branch information
Jim Miller authored and The Android Automerger committed Feb 25, 2015
1 parent 679b210 commit fcc638d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ public void run() {
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);
Expand Down

0 comments on commit fcc638d

Please sign in to comment.