Skip to content

Commit

Permalink
Merge pull request #63 from Roker2/v_support
Browse files Browse the repository at this point in the history
Add Volla prop for mimameid
  • Loading branch information
nift4 authored Jun 4, 2024
2 parents d117e44 + a0caba2 commit 4d3bf7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/andbootmgr/app/DeviceInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ object HardcodedDeviceInfoFactory {
Boolean::class.javaPrimitiveType
)
hasABM = getBoolean.invoke(c, "ro.boot.has_dualboot", false) as Boolean
|| getBoolean.invoke(c, "ro.boot.hasdualboot", false) as Boolean
} catch (e: Exception) {
e.printStackTrace()
}
Expand Down

0 comments on commit 4d3bf7a

Please sign in to comment.