Add smalltest annotation to HardwareServicePermissionTest.

This commit is contained in:
Brett Chabot
2009-06-19 18:13:50 -07:00
parent 79ac87704d
commit 8b85a8afea

View File

@ -22,10 +22,12 @@ import android.os.Binder;
import android.os.IHardwareService;
import android.os.RemoteException;
import android.os.ServiceManager;
import android.test.suitebuilder.annotation.SmallTest;
/**
* Verify that Hardware apis cannot be called without required permissions.
*/
@SmallTest
public class HardwareServicePermissionTest extends TestCase {
private IHardwareService mHardwareService;