Skip to content

Commit

Permalink
fix #674
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Dec 9, 2015
1 parent f8a1f6e commit 8a9401d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.SecUpwN.AIMSICD">
xmlns:tools="http://schemas.android.com/tools"
package="com.SecUpwN.AIMSICD"
tools:ignore="ProtectedPermissions">

This comment has been minimized.

Copy link
@larsgrefer

larsgrefer Dec 9, 2015

Author Collaborator

@SecUpwN Just a little bit magic


<!-- If we ever wanna make this a system app, we can add the following 2 lines above:
coreApp="true"
Expand Down

0 comments on commit 8a9401d

Please sign in to comment.