public sealed class AndroidKeySettings : IMessage<AndroidKeySettings>, IEquatable<AndroidKeySettings>, IDeepCloneable<AndroidKeySettings>, IBufferMessage, IMessage
Settings specific to keys that can be used by Android apps.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `AndroidKeySettings` class contains settings specific to keys used by Android apps, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This document lists the different versions of the `AndroidKeySettings` class, ranging from version 1.2.0 up to the latest 2.17.0."],["The `AndroidKeySettings` class has properties like `AllowedPackageNames` which is a list of android package names that are allowed to use the key, stored as a `RepeatedField` of strings."],["The `AndroidKeySettings` class inherits from `Object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for the `AndroidKeySettings` class, one parameterless and one that takes an existing `AndroidKeySettings` object as a parameter."]]],[]]