Skip to content
Snippets Groups Projects
Commit 56ac420b authored by Guojing Yuan's avatar Guojing Yuan
Browse files

[DO NOT MERGE][CDM] Fix setSkipPrompt on Android S

Bug: 329230490

Change-Id: I1af123d3a3e8c0e7a56686a3b66e74a7196a91b4
Test: manual
parent 5e2bd50f
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ public final class AssociationRequest implements Parcelable {
/** @hide */
public void setSkipPrompt(boolean value) {
mSkipPrompt = true;
mSkipPrompt = value;
}
/** @hide */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment