Add new method from ICaptivePortal

Change-Id: I13a5b4b5e2269ac53fd78862defe1ef5edeb1994
This commit is contained in:
Chirayu Desai
2019-09-13 03:15:39 +05:30
committed by Bruno Martins
parent 0ebdabef3c
commit d463bce3c5

View File

@@ -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));