Page MenuHomePhabricator

[native] remove android feature
ClosedPublic

Authored by varun on Dec 18 2023, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 1, 5:20 AM
Unknown Object (File)
Feb 20 2025, 10:02 PM
Unknown Object (File)
Feb 20 2025, 10:02 PM
Unknown Object (File)
Feb 20 2025, 10:02 PM
Unknown Object (File)
Feb 20 2025, 10:02 PM
Unknown Object (File)
Feb 20 2025, 10:02 PM
Unknown Object (File)
Feb 16 2025, 10:02 PM
Unknown Object (File)
Feb 15 2025, 7:10 PM
Subscribers

Details

Summary

this feature is unnecessary. we can just check the target_os as done in D10263, and set DEVICE_TYPE accordingly.

Test Plan

ran the android emulator and confirmed that DEVICE_TYPE was set to the Android variant by inspecting the version interceptor on identity service. On iOS simulator, DEVICE_TYPE was set to the iOS variant.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable