root_fear

Creator: coderz1093

Last updated:

0 purchases

root_fear Image
root_fear Images
Add to Cart

Description:

root fear

RootFear #
A simple package that depends on RootBeer and DetectMagiskHide to check root indication on Android Devices.
Setup #
Before using RootFear, make sure to add these lines to the <application> tag on your AndroidManifest.xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
xmlns:tools="http://schemas.android.com/tools"> <!-- don't forget to add this -->
...
<application
...
android:zygotePreloadName="app.iandis.rootfear.security.AppZygotePreload"
tools:targetApi="q">
<activity>
...
</activity>
<service
android:name="app.iandis.rootfear.security.IsolatedService"
android:exported="false"
android:isolatedProcess="true"
android:useAppZygote="true" />
</application>
...
</manifest>
copied to clipboard
Usage #
void main() {
final bool isRooted = await RootFear().isRooted;
print('Any root indication: $isRooted');
}
copied to clipboard
Notes #

Supports Android SDK 21+
Current RootBeer version this package uses: 0.1.0

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator