target API 14
This commit is contained in:
parent
aba7f8e40e
commit
bab79046b2
|
@ -25,6 +25,8 @@ import android.widget.TextView;
|
||||||
/*
|
/*
|
||||||
* To combat background service being stopped/swiped
|
* To combat background service being stopped/swiped
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@TargetApi(14)
|
||||||
public class VPNEnableActivity extends Activity {
|
public class VPNEnableActivity extends Activity {
|
||||||
|
|
||||||
private final static int REQUEST_VPN = 7777;
|
private final static int REQUEST_VPN = 7777;
|
||||||
|
|
Loading…
Reference in New Issue