I have to chage this line in Manifest :
in debug mode must change to :
Can I change this line inside main before compile ?
Manifest:
SetApplicationAttribute(android:sharedUserId,"android.uid.systemd")
SetManifestAttribute(android:sharedUserId,"android.uid.system")
in debug mode must change to :
Manifest:
' SetApplicationAttribute(android:sharedUserId,"android.uid.systemd")
' SetManifestAttribute(android:sharedUserId,"android.uid.system")
Can I change this line inside main before compile ?