V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
chenhui7373
V2EX  ›  Android

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

  •  
  •   chenhui7373 · Jan 23, 2016 · 12137 views
    This topic created in 3751 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   ·   2503 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 08:13 · PVG 16:13 · LAX 01:13 · JFK 04:13
    ♥ Do have faith in what you're doing.