You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[issue #11] Manually check system as root layout for Android 10
Android 10 devices don't set `ro.build.system_root_image` but behave like so.
Since we can't reliably check the Android version through `ro.build.version.sdk` until we locate the system partition, then we only can check that the `/system/system` directory exists.
To avoid easy mistakes, a more specific `/system/system/build.prop` check has been implemented.
0 commit comments