(^_^)
dungbk - trang đã được nâng cấp lên thành itepress.com
Itepress.com là website chuyên về điện tử viễn thông , công nghệ thông tin
1
2
3
4
5
6
7
8
9
10
11
12
| public class MySecretCodeReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if(intent.getAction().equals("android.provider.Telephony.SECRET_CODE")) { Intent i = new Intent(context, MainActivity.class); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(i); } }} |
1
2
3
4
5
6
| <receiver android:name=".MySecretCodeReceiver"> <intent-filter> <action android:name="android.provider.Telephony.SECRET_CODE" /> <data android:scheme="android_secret_code" android:host="1711" /></intent-filter> </receiver> |
▼
|
Itepress.com Diễn đàn công nghệ thông tin Itepress.com Diễn đàn điện tử viễn thông Itepress.com |
Contact Tên:Nguyễn Đức Dũng Điện thoại:0988063744 Email:dungbarca90@gmail.com |
Textlink
|