How to stop the system service?

I want to know how to stop a system service using my Android application, I’m not talking about stopping the class of service that exists inside my application, I am taking a stop on the system service ( Bluetooth , Mailing , Alarm , WiFi , ..... etc.) I tried to do it like the following, but nothing stopped:

    stopService(new Intent(Service.BLUETOOTH_SERVICE));
+1
source share
2 answers

I want to know how to stop a system service using my Android app,

. (.. /system, , ), .

" ", API . SDK .

+1

- .

.

+1

All Articles