i want upload my game to Aplpha chanel but i can't because i try to edit the androidManifest.xml for "android :debuggable in true" And android.intent.category.INFO
i edit the androidmanifest with android:debuggable="true" in application and <category android:name="android.intent.category.INFO" /> in intente-filter, that s not work.
I build with development and include debug files, that s not work In platforms, Android>> advanced ApkPackaging i try this : In extra tags <activity> node : android:excludeFromRecents That s work (before this test, excludeFromRecents not worked)
So i try this In extra tags for <Application> node : android:debuggable="true" That s not work