diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2018-07-02 15:43:18 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2018-07-16 15:12:01 -0700 |
| commit | 62f7f9661e75ed3767f03c1e1f06e0bbaa16dda0 (patch) | |
| tree | b4994bce21f1bfc53b09653b5256ca3131dcb6d6 /crosshatch | |
| parent | c80b553084873c801b911abbb5f2890e2d4bd851 (diff) | |
Add SKU specific overlays for Felica
Test: Check if the apks are loaded
Bug: 109675640
Change-Id: I292358601757b38abe3ae12e5f31b3cadf559318
Diffstat (limited to 'crosshatch')
| -rwxr-xr-x | crosshatch/overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml b/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml index 28c618f..c671966 100755 --- a/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml +++ b/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml @@ -725,4 +725,9 @@ <!-- Whether or not we should show the option to show battery percentage --> <bool name="config_battery_percentage_setting_available">false</bool> + + <string-array name="config_disableApkUnlessMatchedSku_skus_list" translatable="false"> + <item>G013D</item> + </string-array> + </resources> |
