(phoenix) Remove android:debuggable from manifest

Use proper ant targets like debug, release, installd and installr or a
combination of release/debug + install instead.
This commit is contained in:
Higor Eurípedes 2015-12-05 07:53:31 -03:00
parent 67e8647acb
commit 9ed030cda0

View File

@ -22,8 +22,7 @@
android:icon="@drawable/ic_launcher"
android:label="RetroArch"
android:hasCode="true"
android:banner="@drawable/banner"
android:debuggable="false">
android:banner="@drawable/banner">
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
<intent-filter>