일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- nougat
- android progressbar setIndeterminateDrawable not working
- bindservice
- android device add account
- android border custom
- HashMap
- progressbar custom marshmallow
- app to app transaction
- Messenger
- progressbar rounding
- android google account add call
- java hashmap sorting
- android layout border
Archives
- Today
- Total
목록android google account add call (1)
기타치는 개발자
[Android]Intent 사용하여 단말 구글계정 등록하기호출
단말에 계정등록할때 아래 와 같이 쓰면된다 1234Intent addAccountIntent = new Intent(android.provider.Settings.ACTION_ADD_ACCOUNT) .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);addAccountIntent.putExtra(Settings.EXTRA_ACCOUNT_TYPES, new String[] {"com.google"});startActivity(addAccountIntent);Colored by Color Scriptercs
안드로이드
2016. 6. 28. 13:35