Class AndroidKeySettings (1.1.2)

AndroidKeySettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings specific to keys that can be used by Android apps. .. attribute:: allow_all_package_names

If set to true, it means allowed_package_names will not be enforced.

:type: bool

Attribute

NameDescription
allowed_package_names Sequence[str]
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'