delgadol
Member
I have an application that is type soft phone; it has 3 simple activities:
1. Registration of credentials
2. Dialpad
3. Calls;
4. Phone service that starts at boot
5. start that starts phone when user applies task killer
everything works fine until the user comes up with the genius of applying the task killer;
my happens the following:
Andorid 4.4-7.1.1 -
All function OK, the softphone service returns without any problem.
Android 8,9,10, the softphone service returns, but my activities are totally null.
java.lang.NullPointerException: Attempt to read from field 'net.dumaco.voipapp2.call net.dumaco.voipapp2.tservvoipphone._call' on a null object reference
???
look to initialize the activities as Intent, but when trying to see their status, with the ISPaused function; he goes crazy and hangs.
Everything runs normal in real cell phones with android less than or equal to 7.1.1 but when going up to 8 my problems begin; and if they are xiaomi or huawei worse.
could you give me a hand?
1. Registration of credentials
2. Dialpad
3. Calls;
4. Phone service that starts at boot
5. start that starts phone when user applies task killer
everything works fine until the user comes up with the genius of applying the task killer;
my happens the following:
Andorid 4.4-7.1.1 -
All function OK, the softphone service returns without any problem.
Android 8,9,10, the softphone service returns, but my activities are totally null.
java.lang.NullPointerException: Attempt to read from field 'net.dumaco.voipapp2.call net.dumaco.voipapp2.tservvoipphone._call' on a null object reference
???
look to initialize the activities as Intent, but when trying to see their status, with the ISPaused function; he goes crazy and hangs.
Everything runs normal in real cell phones with android less than or equal to 7.1.1 but when going up to 8 my problems begin; and if they are xiaomi or huawei worse.
could you give me a hand?