Add new method from ICaptivePortal
Change-Id: I13a5b4b5e2269ac53fd78862defe1ef5edeb1994
This commit is contained in:
committed by
Bruno Martins
parent
0ebdabef3c
commit
d463bce3c5
@@ -131,6 +131,8 @@ public class CaptivePortalSetupActivity extends SubBaseActivity {
|
|||||||
new CaptivePortal(new ICaptivePortal.Stub() {
|
new CaptivePortal(new ICaptivePortal.Stub() {
|
||||||
@Override
|
@Override
|
||||||
public void appResponse(int response) {}
|
public void appResponse(int response) {}
|
||||||
|
@Override
|
||||||
|
public void logEvent(int eventId, String packageName) {}
|
||||||
}));
|
}));
|
||||||
intent.putExtra("status_bar_color",
|
intent.putExtra("status_bar_color",
|
||||||
context.getResources().getColor(R.color.primary_dark));
|
context.getResources().getColor(R.color.primary_dark));
|
||||||
|
|||||||
Reference in New Issue
Block a user