mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 03:05:21 +08:00
Update home documentation
This commit is contained in:
@@ -49,6 +49,7 @@ With `Kotlin` elegant `lambda` and `YukiReflection`, you can make your reflectio
|
||||
```kotlin
|
||||
Class.forName("android.os.SystemProperties")
|
||||
.getDeclaredMethod("get", String::class.java, String::class.java)
|
||||
.apply { isAccessible = true }
|
||||
.invoke(null, "ro.system.build.fingerprint", "none")
|
||||
```
|
||||
|
||||
|
@@ -49,6 +49,7 @@
|
||||
```kotlin
|
||||
Class.forName("android.os.SystemProperties")
|
||||
.getDeclaredMethod("get", String::class.java, String::class.java)
|
||||
.apply { isAccessible = true }
|
||||
.invoke(null, "ro.system.build.fingerprint", "none")
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user