Skip to content

Commit

Permalink
Issue #17: Allow installation to external storage
Browse files Browse the repository at this point in the history
  • Loading branch information
netmackan committed Mar 22, 2014
1 parent f0c3581 commit dc09875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-timetracker/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.markuspage.android.atimetracker" android:sharedUserId="com.markuspage.android.atimetracker"
android:installLocation="preferExternal"
android:versionName="0.18" android:versionCode="18">
<application android:icon="@drawable/icon" android:label="@string/app_name">

Expand Down

0 comments on commit dc09875

Please sign in to comment.