Abdus Salam
Abdus Salam

Reputation: 55

to store phone number in sqlite for call blocking application

i am working on call blocking application for android 2.1, for this i used sqlite database to store the phone number, i am using TEXT to store the phone number.i have some question in my mind.

1: what is the correct data type for column phone number.

2: is there any solution for call blocking for android above 2.2

because this is only working on 2.1 and below it.

Upvotes: 0

Views: 3722

Answers (1)

Nithinlal
Nithinlal

Reputation: 5061

Please go to this link .You got the idea about sqlite. In call blocking application you have to use you can use INTEGER is better i think

http://www.sqlite.org/datatype3.html

Upvotes: 0

Related Questions