OSDN Git Service

Add class comment to avoid extending ServiceState class.
authorCody Kesting <ckesting@google.com>
Fri, 15 Mar 2019 23:22:08 +0000 (16:22 -0700)
committerCody Kesting <ckesting@google.com>
Tue, 19 Mar 2019 13:57:28 +0000 (13:57 +0000)
commit1961871f40205cba0e5f56f328ff4c5af026540e
tree9a87d6adaec9b47451447d6e5535f2681116b36c
parent93bf5ef49512a1e51f5da05f57f49b6423904ee5
Add class comment to avoid extending ServiceState class.

ServiceState implements Parcelable and all 'Parcelables' are required to
be final, per the Android API Guidelines (go/android-api-guidelines).
This won't be changed for historical reasons, but clients should avoid
extending this class.

Bug: 128865231
Test: non-functional change that won't impact tests.
atest CtsTelephonyTestCases:ServiceStateTest
Change-Id: Ib369f1449a3e085f404fff1c706fda0b76d42890
telephony/java/android/telephony/ServiceState.java