Merge pull request #120 from arkon/max-aspect

Support super widescreen Android devices
This commit is contained in:
Karim Abou Zeid 2017-04-14 19:59:28 +02:00 committed by GitHub
commit b54b474ef8

View file

@ -103,7 +103,10 @@
<action android:name="android.intent.action.MEDIA_BUTTON" /> <action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<meta-data
android:name="android.max_aspect"
android:value="2.1" />
<meta-data <meta-data
android:name="com.crashlytics.ApiKey" android:name="com.crashlytics.ApiKey"
android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" /> android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" />
@ -179,4 +182,4 @@
android:launchMode="singleInstance"/> android:launchMode="singleInstance"/>
</application> </application>
</manifest> </manifest>