Azhara Assanova | e19d916 | 2024-09-20 13:39:13 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08"> |
| 3 | |
| 4 | <issue |
| 5 | id="MissingPermissionAnnotation" |
| 6 | message="executeAppFunction should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced." |
| 7 | errorLine1=" @Override" |
| 8 | errorLine2=" ^"> |
| 9 | <location |
| 10 | file="frameworks/base/services/appfunctions/java/com/android/server/appfunctions/AppFunctionManagerServiceImpl.java" |
| 11 | line="101" |
| 12 | column="5"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="MissingPermissionAnnotation" |
| 17 | message="onResult should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced." |
| 18 | errorLine1=" @Override" |
| 19 | errorLine2=" ^"> |
| 20 | <location |
| 21 | file="frameworks/base/services/appfunctions/java/com/android/server/appfunctions/AppFunctionManagerServiceImpl.java" |
| 22 | line="243" |
| 23 | column="49"/> |
| 24 | </issue> |
| 25 | |
| 26 | </issues> |