StrongService.aidl 95 B

12345
  1. package com.service.demo;
  2. interface StrongService{
  3. void startService();
  4. void stopService();
  5. }