次の方法で共有


ServiceInfo.FlagAllowSharedIsolatedProcess フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.

ビットイン #flags: 設定され、これがサービスである android.R.attr#isolatedProcess 場合、サービスは他の分離されたサービスとの共有分離プロセスでバインドできます。

[Android.Runtime.Register("FLAG_ALLOW_SHARED_ISOLATED_PROCESS", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ServiceInfoFlags FlagAllowSharedIsolatedProcess = 16;
[<Android.Runtime.Register("FLAG_ALLOW_SHARED_ISOLATED_PROCESS", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagAllowSharedIsolatedProcess : Android.Content.PM.ServiceInfoFlags

フィールド値

Value = 16

実装

属性

注釈

ビットイン #flags: 設定され、これがサービスである android.R.attr#isolatedProcess 場合、サービスは他の分離されたサービスとの共有分離プロセスでバインドできます。 これらの他の分離されたサービスは、異なるベンダーの他のアプリにも属している可能性があることに注意してください。

共有分離プロセスは、サービス バインド中に android.content.Context#BIND_SHARED_ISOLATED_PROCESS) を使用するときに作成されます。

このフラグを使用すると、{@link android であることに注意してください。プロセスがクライアントによって分離された共有プロセスにバインドされている場合、R.attr#process 属性は無視されます。

の Java ドキュメントandroid.content.pm.ServiceInfo.FLAG_ALLOW_SHARED_ISOLATED_PROCESS

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

適用対象