Hallo,
ich hänge das manifest gerne an und freue mich auf eure Kommentare und Tipps. Mittlerweile sind wir ein bisschen weiter, wir haben die Screen Informationen aus dem manifest entfernt und "treffen" jetzt mehr Devices (aber immer noch nicht alls GS7).
Viele Grüße
Arne
<?xml version="1.0"?>
-<manifest package="com.senvion.tcc" xmlns:android="http://schemas.android.com/apk/res/android">
<!--<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="23" />-->
<uses-permission android:name="android.permission.INTERNET"/>
-<compatible-screens>
<!-- all small size screens -->
<screen android:screenDensity="ldpi" android:screenSize="small"/>
<screen android:screenDensity="mdpi" android:screenSize="small"/>
<screen android:screenDensity="hdpi" android:screenSize="small"/>
<screen android:screenDensity="xhdpi" android:screenSize="small"/>
<screen android:screenDensity="xxhdpi" android:screenSize="small"/>
<screen android:screenDensity="xxxhdpi" android:screenSize="small"/>
<!-- all normal size screens -->
<screen android:screenDensity="ldpi" android:screenSize="normal"/>
<screen android:screenDensity="mdpi" android:screenSize="normal"/>
<screen android:screenDensity="hdpi" android:screenSize="normal"/>
<screen android:screenDensity="xhdpi" android:screenSize="normal"/>
<screen android:screenDensity="xxhdpi" android:screenSize="normal"/>
<screen android:screenDensity="xxxhdpi" android:screenSize="normal"/>
</compatible-screens>
-<application android:name="com.senvion.tcc.ui.base.App" android:theme="@style/Theme.Main" android:supportsRtl="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="true">
<activity android:name="com.senvion.tcc.ui.screen.ScadaLoginActivity" android:theme="@style/Theme.Login"/>
-<activity android:name="com.senvion.tcc.ui.screen.ListActivity" android:launchMode="singleTask">
-<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name="com.senvion.tcc.ui.screen.DetailActivity" android:label="" android:parentActivityName="com.senvion.tcc.ui.screen.ListActivity"/>
</application>
</manifest>