次の方法で共有


Binder.RestoreCallingIdentity(Int64) メソッド

定義

現在のスレッドの受信 IPC の ID を、以前に返された ID に復元します #clearCallingIdentity

[Android.Runtime.Register("restoreCallingIdentity", "(J)V", "")]
public static void RestoreCallingIdentity (long token);
[<Android.Runtime.Register("restoreCallingIdentity", "(J)V", "")>]
static member RestoreCallingIdentity : int64 -> unit

パラメーター

token
Int64

によって以前に返された #clearCallingIdentity不透明なトークン。

属性

注釈

現在のスレッドの受信 IPC の ID を、以前に返された ID に復元します #clearCallingIdentity

の Java ドキュメントandroid.os.Binder.restoreCallingIdentity(long)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

こちらもご覧ください