Skip to content

Commit

Permalink
Merge pull request #9 from lillialexis/master
Browse files Browse the repository at this point in the history
Added forgotten screenOrientation='portrait'
  • Loading branch information
lillialexis committed Oct 28, 2015
2 parents 50a672b + 4b9ad3b commit 08de4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
android:launchMode="singleTask"
android:screenOrientation="portrait">
</activity>
<activity android:name=".AdvancedPreferenceActivity" >
<activity android:name=".AdvancedPreferenceActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />

Expand Down

0 comments on commit 08de4ac

Please sign in to comment.