blob: 630ff8fa83bb4da06f95681296d9b822068453f4 [file] [log] [blame]
package com.android.overlaytest;
public class WithoutOverlayTest extends OverlayBaseTest {
public WithoutOverlayTest() {
mWithOverlay = false;
}
}