commit | 68dabb5299df70707bcb1d8652650f25afe867b9 | [log] [tgz] |
---|---|---|
author | hareeshm <hareeshm@motorola.com> | Mon Apr 09 10:43:13 2018 +0530 |
committer | Hareesh Mittapalli <hareeshm@motorola.com> | Thu Apr 19 01:17:11 2018 +0000 |
tree | 52724a1247b6abe2742f0daa7ba3f0f5fdca8bd5 | |
parent | cd515b2d8fe3e2269a663b526f5fbbec6a7061e1 [diff] |
Add lowRam check for multi-window supports test cases. Description : ActivityManager determines Multiwindow support based on config config_supportMultiWindow and isLowRam. CTS currently determines multiwindow support based on only config_supportMultiWindow. Modifying CTS code to determine multiwindow support based on these two configs. Bug: 68050799