Page MenuHomePhabricator

[native] remove android feature
ClosedPublic

Authored by varun on Dec 18 2023, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 11:07 AM
Unknown Object (File)
Thu, Nov 7, 12:25 AM
Unknown Object (File)
Mon, Oct 28, 9:39 AM
Unknown Object (File)
Oct 18 2024, 2:43 AM
Unknown Object (File)
Oct 18 2024, 2:43 AM
Unknown Object (File)
Oct 18 2024, 2:43 AM
Unknown Object (File)
Oct 18 2024, 2:42 AM
Unknown Object (File)
Oct 18 2024, 2:42 AM
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