chenhui7373
V2EX  ›  Android

国外手机安卓获取通讯录联系人手机号码

  •  
  •   chenhui7373 · Jan 23, 2016 · 12228 views
    This topic created in 3789 days ago, the information mentioned may be changed or developed.

    还能是这种姿势吗?这样获取到号码是不是都会加上国际区号还有长途号阿?(没有条件测试,只好来问了。)

    Cursor cursor = context.getContentResolver().query(Phone.CONTENT_URI, null, null, null, null);
    String phoneNumber;
    while (cursor.moveToNext()) {
    phoneNumber = cursor.getString(cursor.getColumnIndex(Phone.NUMBER));
    mPhoneNumbers.add(phoneNumber);
    }

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5456 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 132ms · UTC 08:12 · PVG 16:12 · LAX 01:12 · JFK 04:12
    ♥ Do have faith in what you're doing.