[android-developers] WebView.createDocumentAdapter doesn't care about margins

2018-01-28 Thread Alain Bonnefoy
I tried desesperately to write a PrintService and here is a problem regarding margins. This is my DiscoverySession code where I define my printer capabilities: int LEFT_MARGIN = 0; // Or 500 int RIGHT_MARGIN = 0; public void finishEvent(PrinterEvent event) { Log.d(TAG,

Re: [android-developers] Re: FCM data messages not received anymore in background

2016-07-13 Thread Alain Bonnefoy
or killed the data part will not be recieved!!! > On Jul 13, 2016 7:25 PM, "Alain Bonnefoy" <alain.b...@gmail.com > > wrote: > >> Additional Info, >> >> I looked at the messages with ADM and when I send a message, I can see >> the following display: &g

[android-developers] Re: FCM data messages not received anymore in background

2016-07-13 Thread Alain Bonnefoy
Additional Info, I looked at the messages with ADM and when I send a message, I can see the following display: 07-13 15:46:34.179: W/GCM-DMM(3997): broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE flg=0x1000 pkg= com.my.example (has

[android-developers] FCM data messages not received anymore in background

2016-07-13 Thread Alain Bonnefoy
Hello, Data messages *are succesfully sent* via Advanced REST client, but not received anymore when my application is in background (no problem in foreground). But I really don't understand why My manifest is: http://schemas.android.com/apk/res/android; package="com.my.example"

Re: [android-developers] Question regarding "massive" application downloads

2016-05-12 Thread Alain Bonnefoy
ll >> make people in cave get a version one version behind google play version >> but same apk as was earlier put on Google play -- then google will give >> them option to upgrade apk from Google play... and so you will see download >> count increase. .. >> >

[android-developers] Re: Question regarding "massive" application downloads

2016-03-20 Thread Alain Bonnefoy
streamed instead > of download ? > > I'm still just guessing because as your issue is not clear to me, maybe > due to language translation of your original question... > > Regards > > On Sunday, March 20, 2016 at 12:40:49 AM UTC+11, Alain Bonnefoy wrote: >> >> P

[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-20 Thread Alain Bonnefoy
able-disable-tileprovider?rq=1 > > <http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F14253790%2Fandroid-google-api-v2-enable-disable-tileprovider%3Frq%3D1=D=1=AFQjCNHDku8aJ8lLpthJy5SfclVceQ84IQ> > > that will help you with using OSM map tiles. > > R

[android-developers] Re: Question regarding "massive" application downloads

2016-03-19 Thread Alain Bonnefoy
Please reread the question Alain Le samedi 19 mars 2016 12:08:56 UTC+1, gjs a écrit : > > What is > > https://play.google.com > > for ? > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

[android-developers] Question regarding "massive" application downloads

2016-03-19 Thread Alain Bonnefoy
Hello, I'm developping an application for touristic sites. The main problem is caused by the application's download, when a group of maybe 50 persons or more come in the same time on the site. As a touristic site like a cave, or a castle is rarely covered by an Internet fiber link, you guess

[android-developers] How to use offline Google Map in my MapView?

2016-03-19 Thread Alain Bonnefoy
Hello, It's possible to define and download a part of the map for using in non Internet covering area. But I didn't find something about using it from an application. So I'm wondering if it's possible to use it in my MapView and how? Regards, Alain -- You received this message because you

[android-developers] Could you please allow us to access to our files??

2016-01-24 Thread Alain Bonnefoy
Hello, I wonder if you will allow us to acces to our files, I mean files stored under our package name directory via android Device Monitor even on non rooted device. It's abnormal that we cannot do this. Regards, Alain -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Build fails when trying to launch my app

2016-01-10 Thread Alain Bonnefoy
anuary 10, 2016 at 12:00:57 AM UTC+1, Alain Bonnefoy wrote: >> >> Hello, >> >> I want to use ftp access within my app, so I tried different solution >such >> as apache common-net-3.4, ivy2.4.0 or even Chilkat 9.5.0. >> >> In every case, I can build my ap

[android-developers] Build fails when trying to launch my app

2016-01-09 Thread Alain Bonnefoy
Hello, I want to use ftp access within my app, so I tried different solution such as apache common-net-3.4, ivy2.4.0 or even Chilkat 9.5.0. In every case, I can build my app successfully but when I try to run or debug it, build fails with this error: Executing tasks: [:app:assembleDebug]