[android-developers] Change system date format to dd.MM.yyyy?

2015-11-20 Thread BTJ
, numbers, etc? Regards, BTJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developer

[android-developers] Write an app to delete messages on the SIM card?

2013-12-06 Thread BTJ
d and with room for just 20 messages, it quickly becomes full) As far as I know, the app need to be signed with the same certificate that signed the ROM I am using, is that correct? And if so, is there a way for me to get hold on those certificates? Regards, BTJ -- You received this message be

Re: [android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-11 Thread BTJ
bank... BTJ On Monday, November 11, 2013 6:45:14 PM UTC+1, Elias de Oliveira wrote: > > BTJ, Could you share the SMS API that you use? We are talking about open > APIs from banks here in my company, and if this is an open information, > will help me a lot :). > > []'s > &

[android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-11 Thread BTJ
the SMS service of the provider... + I have an app just for me that uses SMS to turn my house alarm on and off... And since the app from the banks still are really bad, a lot of users prefer to use my app... But they now get an app that is not as user friendly as it has been BTJ On Sunday

Re: [android-developers] Who decided the new SMS API in 4.4 was a good thing!??

2013-11-10 Thread BTJ
ignored so all apps interested have the chance to receive it." And according to the same documentation, non-default app can not do write operations agains the SMS provider, ala delete, etc... :-| This is starting to remind me of the iOS API, sigh...... BTJ On Sunday, November 10,

[android-developers] Who decided the new SMS API in 4.4 was a good thing!??

2013-11-10 Thread BTJ
??? Now my users have to manually open the default SMS app and delete all the messages that should not have been written to the SMS provider... Question: Can my app delete messages that have been written to the SMS provider without being the default SMS app? Regards, BTJ -- You received th

[android-developers] How can I check if the SMS is stored on the SIM card?

2010-09-22 Thread BTJ
stored om my SIM card or not? Can't find a way to do this but clearly there is a way, since the included Google Message app can show the messages stored on the SIM card....? Regards, BTJ -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Re: Change Data format to dd.MM.yyyy?

2010-03-03 Thread BTJ
No one knows? BTJ On Mar 1, 9:24 pm, BTJ wrote: > I have a program I used on my Hero (Android 1.5) that worked great.. > All it did, was the following: > > Settings.System.putString(getContentResolver(), > Settings.System.DATE_FORMAT, "dd.MM."); > > This doe

[android-developers] Change Data format to dd.MM.yyyy?

2010-03-01 Thread BTJ
ntResolver(), Settings.System.DATE_FORMAT); it tells me that the format is "dd.MM." but none of the programs displays the date format like that... What am I missing? Is this not possible with Android 2.1? Or is there a different way? Regards, BTJ -- You received this message because y