Skip to content

Commit

Permalink
Merge tag 'android-5.1.0_r3' of https://android.googlesource.com/plat…
Browse files Browse the repository at this point in the history
…form/development into HEAD

Android 5.1.0 release 3
  • Loading branch information
Steve Kondik committed Mar 27, 2015
2 parents 5b88c44 + fcc638d commit 95a1fdb
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 95a1fdb

Please sign in to comment.