79414845

Date: 2025-02-05 13:09:11
Score: 0.5
Natty:
Report link

These look like errors from the SDK linter. AIDL interfaces added in that directory are by default exposed in the built public SDK. You need to exclude it (as done for the other interfaces there) like this:

/**
 * {@hide}
 */
interface Test {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ahaan Ugale