Skip to content

Commit

Permalink
#172 Unable to install on tablets with 4.1
Browse files Browse the repository at this point in the history
#172  Unable to install on tablets with 4.1
  • Loading branch information
galadril committed Jan 2, 2016
1 parent cdf8a0b commit 000d4fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
xmlns:tools="http://schemas.android.com/tools"
package="nl.hnogames.domoticz">

<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:normalScreens="true"
android:anyDensity="true"/>


<permission
android:name="nl.hnogames.domoticz.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />
Expand Down

0 comments on commit 000d4fb

Please sign in to comment.