Class AndroidKeySettings (1.12.1)

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

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

Attributes

NameDescription
allow_all_package_names bool
If set to true, allowed_package_names are not enforced.
allowed_package_names MutableSequence[str]
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'