次の方法で共有


ServiceInfo.FlagSingleUser フィールド

定義

注意事項

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

ビットイン #flags: 設定すると、サービスの単一インスタンスがデバイス上のすべてのユーザーに対して実行されます。

[Android.Runtime.Register("FLAG_SINGLE_USER")]
[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 FlagSingleUser = 1073741824;
[<Android.Runtime.Register("FLAG_SINGLE_USER")>]
[<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 FlagSingleUser : Android.Content.PM.ServiceInfoFlags

フィールド値

Value = 1073741824

実装

属性

注釈

ビットイン #flags: 設定すると、サービスの単一インスタンスがデバイス上のすべてのユーザーに対して実行されます。 属性から設定します android.R.attr#singleUser

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

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

適用対象