Merge "Remove fake data" into nyc-mr2-dev

This commit is contained in:
TreeHugger Robot
2017-01-27 20:31:39 +00:00
committed by Android (Google) Code Review

View File

@@ -65,7 +65,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
if (provider.getSurveyExpirationDate(activity, id) <= -1) {
// register the receiver to show the survey on completion.
mReceiver = provider.createAndRegisterReceiver(activity);
provider.downloadSurvey(activity, id, "fakeData");
provider.downloadSurvey(activity, id, null /* data */);
} else {
provider.showSurveyIfAvailable(activity, id);
}