[android-developers] Android 6 and 7 proxy configuration from code

2016-09-08 Thread Luca Vitali
Hi developers, anyone know if there is a solution to configure proxy ip and port from code in Android 6 and 7 ? If no as I test, is it a solution to configure the PAC url from code ? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] [Android] In-app billing common questions

2012-08-08 Thread Vitali Smyk
Hello Google team. First at all i think API it too complicated and little bit stupid. Please take a look at PayPal API for make mobile payments for references. Situation 1: 1 Player has 2 different devices with one google account and make purchase on one of them. Did google notice second device

[android-developers] Re: different layout XML files in one application

2008-04-02 Thread vitali
wInflate viewInflate = (ViewInflate) getSystemService("inflate"); LinearLayout other_layout = (LinearLayout) viewInflate.inflate( R.layout.other_layout, null, null ); cheers, vitali On 2 Apr., 02:19, xingye <[EMAIL PROTECTED]> wrote: > Maybe ViewInflate can help you. > >

[android-developers] different layout XML files in one application

2008-04-01 Thread vitali
Hello, how to use ( or just is it possible at all ) to use layout definitions in separate XML files in one application ? i.e => dynamicly create Views from different XML files as R.layout.main Thx, -vitali --~--~-~--~~~---~--~~ You received this mess

[android-developers] Re: Set current system time failed

2008-03-27 Thread vitali
hardware for testing :))) cheers, vitali On Mar 27, 5:24 pm, hackbod <[EMAIL PROTECTED]> wrote: > This may not be supported in the emulator... but regardless, please > don't do this. The phone will keep the clock updated from information > on the cell network. > > On Mar 2

[android-developers] Set current system time failed

2008-03-27 Thread vitali
Hello, i try to set current system time like this: long systime = System.currentTimeMillis(); SystemClock.setCurrentTimeMillis( systime ); but it fails with "Invalide argument" error code: DEBUG/SystemClock(601): Setting time of day to sec=1206516077 WARN/SystemClock(601): Unable to set rtc t