I'm receiving call logs using
Cursor managedCursor = getContentResolver().query(CallLog.Calls.CONTENT_URI, null, null, null, null);
in my andorid app. With managedCursor.getColumnNames()
you get an overview over provided columns. There is one column called subscription_id
. What is the meaning of it?