diff options
author | wilsonshih <wilsonshih@google.com> | 2019-02-20 23:08:45 +0800 |
---|---|---|
committer | wilsonshih <wilsonshih@google.com> | 2019-03-22 09:13:10 +0800 |
commit | 5db7b39dd8967dfb4af1131bf1913ea6775e3ac7 (patch) | |
tree | 834920fe4490eb8184a3e5d48b5ac09871590c54 /test-mock | |
parent | 2b11e525e3318c270fd265324a3ced02015324e3 (diff) |
Add Shell permission for CTS test.
Add Shell permission for new CTS tests to test the multi-display
functionality in WallpaperService/WallpaperManagerService.
Bug: 123707989
Test: atest WallpaperManagerMultiDisplayTests
Test: atest ActivityManagerMultiDisplayTests
Change-Id: Id97db050a0b9d1940c2dfaa793fbe526df578105
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/api/test-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/api/test-current.txt b/test-mock/api/test-current.txt index 6765316a304b..a87e2f57bb5f 100644 --- a/test-mock/api/test-current.txt +++ b/test-mock/api/test-current.txt @@ -3,6 +3,7 @@ package android.test.mock { public class MockContext extends android.content.Context { method public android.view.Display getDisplay(); + method public int getDisplayId(); } @Deprecated public class MockPackageManager extends android.content.pm.PackageManager { |