blob: 1292d03394ac9e2a76d79f3a642f25b489e87e61 [file] [log] [blame]
package com.android.overlaytest;
public class WithOverlayTest extends OverlayBaseTest {
public WithOverlayTest() {
mWithOverlay = true;
}
}