blob: e5d0a05dd259ceeec91cb5eb40ed615fbd53cd8b [file] [log] [blame]
package android.app.pinner;
import android.app.pinner.PinnedFileStat;
/**
* Interface for processes to communicate with system's PinnerService.
* @hide
*/
interface IPinnerService {
@EnforcePermission("DUMP")
List<PinnedFileStat> getPinnerStats();
}