commit | fff9cd3b1cdee166dbd9ebfdca44d6490476bc48 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Mar 22 10:21:48 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon Mar 22 10:34:24 2021 +0000 |
tree | fe629186c0c475f1d71cfe9a1fc266cf6c52d4fa | |
parent | def33143e8deda841182d6ad8735bb0b93cd20f5 [diff] |
Remove hidden Icon.createWithResource API usage Icon.createWithResource(Context, int) is public, but Icon.createWithResource(Resources, int) is a hidden API. Replace the former by the latter in NetworkNotificationManager, so that it builds against stable APIs. Bug: 182125649 Test: atest FrameworksNetTests Change-Id: Ied29d3c7fb517d0c82f40662a1e0e87186c3a89e