Merge "Make Lockscreen Notification Content work for profiles"

This commit is contained in:
Clara Bayarri
2016-02-01 10:09:18 +00:00
committed by Android (Google) Code Review
8 changed files with 58 additions and 17 deletions

View File

@@ -412,7 +412,7 @@ public class ChooseLockPassword extends SettingsActivity {
}
protected Intent getRedactionInterstitialIntent(Context context) {
return RedactionInterstitial.createStartIntent(context);
return RedactionInterstitial.createStartIntent(context, mUserId);
}
protected void updateStage(Stage stage) {