Skip to content
Commit 3714a521 authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan
Browse files

[ECM] Make AtomicInteger static

In a recent commit, I introduced an AtomicInteger to generate unique
request codes that should never repeat.

But, I mistakenly made it a instance variable. Make it static so it
will be unique across instances of this class.

Bug: 26056958
Test: atest CtsPermissionUiTestCases:android.permissionui.cts.EnhancedConfirmationManagerTest
Change-Id: I04d0b7f2be854cf84155811b15282a66bbc92199
parent 0792b147
Loading
Loading
Loading
Loading
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