[android-developers] Re: Apn Setting Insert Problem

2011-03-07 Thread olmez
ContentValues values = new ContentValues(); values.put(name,Ramesh); values.put(numeric,310995); values.put(mcc,315); values.put(mnc,995); values.put(apn,email); values.put(user,elkjop);

[android-developers] Re: Apn Setting Insert Problem

2011-03-07 Thread olmez
look, this is the case , when I take _id out , there is no bug , but this time I cannot add string :( codes are above ... thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to