Android Question How change Manifest from Main

Lello1964

Well-Known Member
Licensed User
Longtime User
I have to chage this line in Manifest :

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 ?
 
Top