package com.seewo.hiddenapi;

import android.content.Intent;

/* JADX INFO: loaded from: classes.dex */
public interface IActivityControllerInsider {
    boolean activityResuming(String str);

    boolean activityStarting(Intent intent, String str);
}
