ApplicationInfo.CategoryAccessibility Feld

Definition

Achtung

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

Kategorie für Apps, die in erster Linie Barrierefreiheits-Apps sind, z. B. Bildschirmsprachausgaben.

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

Feldwert

Value = 8

Implementiert

Attribute

Hinweise

Kategorie für Apps, die in erster Linie Barrierefreiheits-Apps sind, z. B. Bildschirmsprachausgaben.

Java Dokumentation für android.content.pm.ApplicationInfo.CATEGORY_ACCESSIBILITY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: