Cake-VPN icon indicating copy to clipboard operation
Cake-VPN copied to clipboard

Create VpnProfileControlActivity.java

Open BinartPhotography opened this issue 2 years ago • 1 comments

here is some of the code

BinartPhotography avatar Oct 23 '21 18:10 BinartPhotography

@ashraf789 If the activity is not active when the service connection is established and handleIntent() is called, the activity's state is already saved and any fragment transaction would result in an illegalStateException due to state loss. We just ignore this and wait for another initiation attempt (via onNewIntent()).

Ultimatetinycellstuan avatar Nov 02 '21 18:11 Ultimatetinycellstuan