Hi,
Starting from android 14 i think, We should set the type for each service, I know that i can set the service type in the manifest file but what if i set the Service.AutomaticForegroundMode to Never then in OnStart event i put Service.StartForeground and there is just two parameters in this method there is no parameter for the service type, Is it important to set the type of the service in Service.StartForeground method or its not needed if i already define the service type in manifest file.
Thank you.
Starting from android 14 i think, We should set the type for each service, I know that i can set the service type in the manifest file but what if i set the Service.AutomaticForegroundMode to Never then in OnStart event i put Service.StartForeground and there is just two parameters in this method there is no parameter for the service type, Is it important to set the type of the service in Service.StartForeground method or its not needed if i already define the service type in manifest file.
Thank you.