Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30c5d13f authored by Adnan Begovic's avatar Adnan Begovic
Browse files

Telecomm: Fix doc-comment-check for linking of hidden API.

  frameworks/base/telecomm/java/android/telecom/TelecomManager.java:36:
      error 108: Link to hidden class: PhoneAccount label=PhoneAccount
  DroidDoc took 447 sec. to write docs to /Volumes/android/out/target/common/docs/doc-comment-check
Change-Id: Id709bc7c2eca8f309e210191887c3a272f3815ad
parent 707bb4bf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,8 +34,7 @@ import java.util.List;

/**
 * Provides access to information about active calls and registration/call-management functionality.
 * Apps can use methods in this class to determine the current call state. Apps can also register new
 * {@link PhoneAccount}s and get a listing of existing {@link PhoneAccount}s.
 * Apps can use methods in this class to determine the current call state.
 * <p>
 * Apps do not instantiate this class directly; instead, they retrieve a reference to an instance
 * through {@link Context#getSystemService Context.getSystemService(Context.TELECOM_SERVICE)}.