xref: /aosp_15_r20/prebuilts/sdk/36/test/api/framework-ondeviceintelligence.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
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