Android samples: remove Android Support dependencies, #32

This commit is contained in:
Emux
2016-07-19 20:49:58 +03:00
parent 11f02128e6
commit 8b599dbf53
10 changed files with 32 additions and 36 deletions

View File

@@ -17,14 +17,12 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:label="@string/app_name">
<activity
android:name=".Samples"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>