我知道Api27有一个官方的ContentProvider公开了被阻止的号码,但是只有Sys默认的短信应用可以访问它。普通应用程序有什么方法可以获取封锁联系人?
答案 0 :(得分:0)
获取阻止号码列表
Cursor c = getContentResolver().query(BlockedNumbers.CONTENT_URI,
new String[]{BlockedNumbers.COLUMN_ID, BlockedNumbers.COLUMN_ORIGINAL_NUMBER,
BlockedNumbers.COLUMN_E164_NUMBER}, null, null, null);
此光标包含阻止号码列表