ck.java
1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
import android.content.Intent;
import android.content.IntentSender;
import android.content.IntentSender.SendIntentException;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.annotation.RequiresApi;
public abstract class ck
extends cj
{
protected boolean b;
@RequiresApi(16)
public void startActivityForResult(Intent paramIntent, int paramInt, @Nullable Bundle paramBundle)
{
if ((!this.b) && (paramInt != -1)) {
a(paramInt);
}
super.startActivityForResult(paramIntent, paramInt, paramBundle);
}
@RequiresApi(16)
public void startIntentSenderForResult(IntentSender paramIntentSender, int paramInt1, @Nullable Intent paramIntent, int paramInt2, int paramInt3, int paramInt4, Bundle paramBundle)
throws IntentSender.SendIntentException
{
if ((!this.a) && (paramInt1 != -1)) {
a(paramInt1);
}
super.startIntentSenderForResult(paramIntentSender, paramInt1, paramIntent, paramInt2, paramInt3, paramInt4, paramBundle);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/ck.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/