service - using android:process=":remote" recreates android Application object -


I am using the AIDL service in my app. I also want to run this one more process, so in the manifest Use the android: process = ": remote" in the service announcement.

My problem is that when the : remote process begins, it apparently rebuilds the application object.

I really do not do this because I override the application object and too many client stuff to be OnCreate () method but I still have to stay in the same APK with the customer. Want service code for

Can I get it? Whether the application object is always rebuilt when the new process begins?

Appreciate your help

to run? What value does the user get to offset the extra RAM, CPU, and battery cost? Very few applications require more than one process.

My problem is that when: 'Remote' process starts, then apparently the application re-creates the object

Of course

I'm not really with it because I override the application object in the 'okt' method and call many client things

then Get rid of android: process = ": remote" . Your user will thank you.

However, I want the service code to be in the same APK with the customer.

What service?

Is the new object always up to date?

Yes.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -