1// Signature format: 2.0 2package android.service.ondeviceintelligence { 3 4 @FlaggedApi("android.app.ondeviceintelligence.flags.enable_on_device_intelligence") public abstract class OnDeviceIntelligenceService extends android.app.Service { 5 method public void onReady(); 6 } 7 8} 9 10