- söz dizimi:
<permission-group android:description="string resource" android:icon="drawable resource" android:label="string resource" android:name="string" />
- bulunduğu yer:
<manifest>
- description:
- İlgili izinlerin mantıksal gruplandırması için bir ad tanımlar. Bireysel
izinleri gruba şunun
permissionGroup
özelliği üzerinden katılır:<permission>
öğesi. Grup üyeleri kullanıcı arayüzünde birlikte sunulur.Bu öğe bir iznin kendisini bildirmez, yalnızca izinlerin yerleştirilebileceği bir kategoriyi ifade eder. İzinleri bildirme ve gruplara atama hakkında bilgi edinmek için
<permission>
öğesi. - özellikler:
android:description
- Grubu açıklayan, kullanıcının okuyabileceği metin. Metin,
daha uzun ve açıklayıcı niteliktedir. Bu özellik
dize kaynağına başvuru olarak ayarlanır.
label
içeriğini beğenmeyin özelliğine sahipseniz, ham dize olamaz. android:icon
- İzni temsil eden bir simge. Bu özellik ayarlanmalıdır referans olarak kullanır.
android:label
- Grubun kullanıcı tarafından okunabilen adı. Kolaylık olması açısından değeri, uygulamayı geliştirirken doğrudan ham dize olarak ayarlanabilir. Ancak, uygulama yayınlanmaya hazır olduğunda, olarak yerelleştirilmesini sağlamak için dize kaynağına referans olarak dizeler halinde çalışır.
android:name
- Grubun adı. Bu, bir
<permission>
. öğeninandroid:permissionGroup
özelliğini gönderin.
- tanıtıldığı yer:
- API düzeyi 1
- ayrıca bkz.:
<permission>
<permission-tree>
<uses-permission>
<izin-grubu>
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# <permission-group\u003e\n\nsyntax:\n:\n\n ```xml\n \u003cpermission-group android:description=\"string resource\"\n android:icon=\"drawable resource\"\n android:label=\"string resource\"\n android:name=\"string\" /\u003e\n ```\n\ncontained in:\n: [\u003cmanifest\u003e](/guide/topics/manifest/manifest-element)\n\ndescription:\n: Declares a name for a logical grouping of related permissions. Individual\n permissions join the group through the `permissionGroup` attribute of the\n [\u003cpermission\u003e](/guide/topics/manifest/permission-element) element. Members of a group are\n presented together in the user interface.\n\n\n This element doesn't declare a permission itself, only a category in which permissions can be placed.\n For information about declaring permissions and assigning them to groups, see the\n [\u003cpermission\u003e](/guide/topics/manifest/permission-element) element.\n\nattributes:\n:\n\n `android:description`\n : User-readable text that describes the group. The text is\n longer and more explanatory than the label. This attribute must be\n set as a reference to a string resource. Unlike the `label`\n attribute, it can't be a raw string.\n\n `android:icon`\n : An icon representing the permission. This attribute must be set\n as a reference to a drawable resource containing the image definition.\n\n `android:label`\n : A user-readable name for the group. As a convenience, the label\n can be directly set as a raw string while you're developing the application.\n However, when the application is ready to be published, set it\n as a reference to a string resource, so that it can be localized like other\n strings in the user interface.\n\n `android:name`\n : The name of the group. This is the name that can be assigned to a\n [\u003cpermission\u003e](/guide/topics/manifest/permission-element)\n element's\n [android:permissionGroup](/guide/topics/manifest/permission-element#pgroup)\n attribute.\n\nintroduced in:\n: API level 1\n\nsee also:\n: [\u003cpermission\u003e](/guide/topics/manifest/permission-element)\n\n [\u003cpermission-tree\u003e](/guide/topics/manifest/permission-tree-element)\n\n [\u003cuses-permission\u003e](/guide/topics/manifest/uses-permission-element)"]]