Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b85a8af authored by Brett Chabot's avatar Brett Chabot
Browse files

Add smalltest annotation to HardwareServicePermissionTest.

parent 79ac8770
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;