Version 1.0.3
This commit is contained in:
parent
85afd7668c
commit
d958a511b6
Binary file not shown.
|
@ -11,8 +11,8 @@
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 3,
|
"versionCode": 4,
|
||||||
"versionName": "1.0.2",
|
"versionName": "1.0.3",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -134,7 +134,7 @@ public class WhitelistContactsActivity extends AppCompatActivity {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
String number = c.getString(phoneIndex);
|
String number = c.getString(phoneIndex);
|
||||||
String contactName = (phoneIndex > 0)? c.getString(contactNameIndex) : "unknown"; // planned to show contact's name as well
|
String contactName = (contactNameIndex > 0)? c.getString(contactNameIndex) : "unknown"; // planned to show contact's name as well
|
||||||
addNumberToWhiteList(number);
|
addNumberToWhiteList(number);
|
||||||
}
|
}
|
||||||
c.close();
|
c.close();
|
||||||
|
|
Loading…
Reference in New Issue