mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-22 11:49:21 +08:00
Added: Add support for plugin apps to set TERMUX_APP_PACKAGE_VARIANT and TERMUX_APP_PACKAGE_MANAGER from Termux app APK BuildConfig.TERMUX_PACKAGE_VARIANT
This commit is contained in:
@@ -77,6 +77,8 @@ public class ReflectionUtils {
|
||||
/**
|
||||
* Get a value for a {@link Field} of an object for the specified class.
|
||||
*
|
||||
* Trying to access {@code null} fields will result in {@link NoSuchFieldException}.
|
||||
*
|
||||
* @param clazz The {@link Class} to which the object belongs to.
|
||||
* @param fieldName The name of the {@link Field}.
|
||||
* @param object The {@link Object} instance from which to get the field value.
|
||||
|
Reference in New Issue
Block a user