Shelter/app/src/main/aidl/net/typeblog/shelter/services/IShelterService.aidl

10 lines
210 B
Plaintext

// IShelterService.aidl
package net.typeblog.shelter.services;
import android.content.pm.ResolveInfo;
interface IShelterService {
void stopShelterService(boolean kill);
List<ResolveInfo> getApps();
}