Class AndroidKeySettings (1.8.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 Sequence[str]
Android package names of apps allowed to use the key. Example: 'com.companyname.appname'

Inheritance

builtins.object > proto.message.Message > AndroidKeySettings