Merge "Make Lockscreen Notification Content work for profiles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8457a8605
@@ -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) {
|
||||
|
Reference in New Issue
Block a user