You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add misc stubs
This commit is contained in:
@@ -63,7 +63,7 @@ public class Build {
|
||||
/**
|
||||
* The manufacturer of the product/hardware.
|
||||
*/
|
||||
public static final String MANUFACTURER = getString("ro.product.manufacturer");
|
||||
public static final String MANUFACTURER = "HTC"/* HTC picked at random; getString("ro.product.manufacturer")*/;
|
||||
|
||||
/**
|
||||
* The brand (e.g., carrier) the software is customized for, if any.
|
||||
|
||||
Reference in New Issue
Block a user