mxiloe
Platinian
Hey guys..
I just tried to implement the mod menu template from lgl v2.8 into a game without changing anything to the mod menu codes, just to implement it first. I set all the lines in the android manifest + main activity file but after compiling, signing and opening the apk it just keeps crashing..
Is there anything wrong?
I just tried to implement the mod menu template from lgl v2.8 into a game without changing anything to the mod menu codes, just to implement it first. I set all the lines in the android manifest + main activity file but after compiling, signing and opening the apk it just keeps crashing..
Is there anything wrong?
Code:
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<service android:name="com.android.support.Launcher" android:enabled="true"
android:exported="false" android:stopWithTask="true"/>
invoke-static {p0}, Lcom/android/support/Main;->Start(Landroid/content/Context;)V