fleet/server/mdm/android/service
Jordan Montgomery 927fd1d240
Fix android policy non-compliance errors (#34430)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #34422 

Unreleased bug in 4.75.0 Android Config Profile feature. No changes file
as such

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] Added/updated automated tests
- [x] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [x] Confirmed that the fix is not expected to adversely impact load
test results
2025-10-17 10:27:24 -04:00
..
androidmgmt Unenroll Android BYOD hosts (#33546) 2025-09-29 08:15:30 -04:00
endpoint_utils.go Refactoring endpoint_utils (#26342) 2025-02-18 11:09:43 -06:00
enterpriseCallback.html add self closing successful Android enterprise connection page (#26767) 2025-03-04 16:32:44 +00:00
enterprises_test.go Android software ingestion (#33826) 2025-10-08 10:24:38 -04:00
handler.go Android software ingestion (#33826) 2025-10-08 10:24:38 -04:00
profiles.go Set proxy auth token in Android profile reconciler (#34294) 2025-10-15 15:14:31 -04:00
profiles_test.go Feature branch for Android config profiles (#32976) 2025-09-22 11:29:57 -04:00
pubsub.go Fix android policy non-compliance errors (#34430) 2025-10-17 10:27:24 -04:00
pubsub_test.go Fix android policy non-compliance errors (#34430) 2025-10-17 10:27:24 -04:00
reconcile_devices.go remove println and fix datastore mock generator (#34305) 2025-10-15 17:22:51 -03:00
service.go send back correct platform in mdm unenroll activity when unenrolling android (#34242) 2025-10-15 13:19:51 +01:00