Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps."

This commit is contained in:
TreeHugger Robot
2019-11-13 15:46:27 +00:00
committed by Android (Google) Code Review
34 changed files with 114 additions and 23 deletions

View File

@@ -1261,6 +1261,7 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec, UserAu
*
* Sets whether to include a temporary unique ID field in the attestation certificate.
*/
@UnsupportedAppUsage
@TestApi
@NonNull
public Builder setUniqueIdIncluded(boolean uniqueIdIncluded) {