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

Commit edc31f95 authored by Elliot Waite's avatar Elliot Waite Committed by Android (Google) Code Review
Browse files

Merge "Fix some at links." into nyc-dev

parents 9013d67f 28d87163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -891,7 +891,7 @@ mRowsDeleted = getContentResolver().delete(
    사용자 사전 제공자의 데이터 유형은 제공자의 계약 클래스
{@link android.provider.UserDictionary.Words}의 참조 문서에 나열되어 있습니다(계약 클래스는
<a href="#ContractClasses">계약 클래스</a> 섹션에 설명되어 있습니다).
    @link android.database.Cursor#getType
    {@link android.database.Cursor#getType
    Cursor.getType()}을 호출해서도 데이터 유형을 결정할 수 있습니다.
</p>
<p>
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ android.content.Context#bindService bindService()} 來繫結至另一個元件
<li><b>如何傳送廣播:</b>
<p>廣播是指任何應用程式都可接收的訊息。系統會傳送各種系統事件廣播,例如系統開機或裝置開始充電。
您可以將 {@link android.content.Intent} 傳送至 {@link android.content.Context#sendBroadcast(Intent) sendBroadcast()}、
{@link android.content.Context#sendOrderedBroadcast(Intent, String) 或{@link
{@link android.content.Context#sendOrderedBroadcast(Intent, String)} 或{@link
android.content.Context#sendStickyBroadcast sendStickyBroadcast()},以向其他應用程式傳送廣播。


+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ Leanback sample app</a> image card view when selected.</p>
on demand. In the browse fragment where your app presents its content to the user, you create a
{@link android.support.v17.leanback.widget.Presenter} for the content cards and pass it to the adapter
that adds the content to the screen. In the following code, the <code>CardPresenter</code> is created
in the {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onLoadFinished(android.support.v4.content.Loader, java.lang.Object) onLoadFinished()}
in the {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onLoadFinished onLoadFinished()}
callback of the {@link android.support.v4.app.LoaderManager}.</p>

<pre>