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

@@ -478,7 +478,7 @@ public class ChooseLockPattern extends SettingsActivity {
}
protected Intent getRedactionInterstitialIntent(Context context) {
return RedactionInterstitial.createStartIntent(context);
return RedactionInterstitial.createStartIntent(context, mUserId);
}
public void handleLeftButton() {