commit | 0ef41fbca2491d79e02373b70d71c7cdada82960 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon May 10 14:45:32 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Mon May 10 14:45:38 2021 +0000 |
tree | b8623e89960ffe01cd2307bd738cf1743bea46db | |
parent | c27a2ab087b6db8a5db6566b43430a45b8463f66 [diff] |
Add back @UnsupportedAppUsage to IS_DEBUGGABLE The annotation was removed when adding the constant to the public API, but it was removed from the public API in favor of Build.isDebuggable() in a later change. Add back the @UnsupportedAppUsage annotation that should have been added back when removing the constant from the public API. Change-Id: Ic2fda01a8c0e90712a1b7b435443d32f7e226d33 Fixes: 187432390 Test: m