Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
eedf8237
Commit
eedf8237
authored
Dec 05, 2012
by
Jeffrey I. Schiller
Committed by
Gerrit Review System
Dec 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment in Compiler.java regarding turning off debuggable.
Change-Id: I281b7ef66e77a7812affa97de8010d61cee5c3af
parent
aae9d54f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
appinventor/buildserver/src/com/google/appinventor/buildserver/Compiler.java
...rver/src/com/google/appinventor/buildserver/Compiler.java
+2
-0
No files found.
appinventor/buildserver/src/com/google/appinventor/buildserver/Compiler.java
View file @
eedf8237
...
@@ -269,6 +269,8 @@ public final class Compiler {
...
@@ -269,6 +269,8 @@ public final class Compiler {
// http://developer.android.com/guide/publishing/preparing.html suggests removing the
// http://developer.android.com/guide/publishing/preparing.html suggests removing the
// 'debuggable=true' but I'm not sure that our users would want that while they're still
// 'debuggable=true' but I'm not sure that our users would want that while they're still
// testing their packaged apps. Maybe we should make that an option, somehow.
// testing their packaged apps. Maybe we should make that an option, somehow.
// TODONE(jis): Turned off debuggable. No one really uses it and it represents a security
// risk for App Inventor App end-users.
out
.
write
(
"android:debuggable=\"false\" "
);
out
.
write
(
"android:debuggable=\"false\" "
);
out
.
write
(
"android:label=\""
+
projectName
+
"\" "
);
out
.
write
(
"android:label=\""
+
projectName
+
"\" "
);
out
.
write
(
"android:icon=\"@drawable/ya\" "
);
out
.
write
(
"android:icon=\"@drawable/ya\" "
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment