Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Changed Android app not to be debuggable
Browse files Browse the repository at this point in the history
  • Loading branch information
partysalat committed Dec 10, 2013
1 parent bd5c332 commit 6cd6f83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Zapfmaster2000-app-android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@

<application
android:icon="@drawable/app_icon"
android:label="@string/app_name" >
android:label="@string/app_name"
android:debuggable="false">
<activity
android:name=".Zapfmaster2000"
android:hardwareAccelerated="true"
Expand Down

0 comments on commit 6cd6f83

Please sign in to comment.