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

Commit 864ef233 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 4878 into donut

* changes:
  Add smalltest annotation to HardwareServicePermissionTest.
parents b0ae27f4 8b85a8af
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;