Merge "Fixes nav stack issue." into udc-dev
This commit is contained in:
@@ -114,6 +114,9 @@ public class CustomizableLockScreenQuickAffordancesPreferenceControllerTest {
|
||||
assertThat(intentCaptor.getValue().getPackage()).isEqualTo(
|
||||
mContext.getString(R.string.config_wallpaper_picker_package));
|
||||
assertThat(intentCaptor.getValue().getAction()).isEqualTo(Intent.ACTION_SET_WALLPAPER);
|
||||
assertThat(intentCaptor.getValue().getStringExtra(
|
||||
CustomizableLockScreenUtils.WALLPAPER_LAUNCH_SOURCE)).isEqualTo(
|
||||
CustomizableLockScreenUtils.LAUNCH_SOURCE_SETTINGS);
|
||||
assertThat(intentCaptor.getValue().getStringExtra("destination"))
|
||||
.isEqualTo("quick_affordances");
|
||||
}
|
||||
|
Reference in New Issue
Block a user