Skip to content

Instantly share code, notes, and snippets.

@mzyy94
Created July 6, 2015 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzyy94/4b490fb13ea602a1b96e to your computer and use it in GitHub Desktop.
Save mzyy94/4b490fb13ea602a1b96e to your computer and use it in GitHub Desktop.
SobaCha for Android TV metadata difference
2c2,4
< <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.wakamesoba98.sobacha" platformBuildVersionCode="20" platformBuildVersionName="4.4W.2-1537038">
---
> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.wakamesoba98.sobacha" platformBuildVersionCode="21" platformBuildVersionName="4.4W.2-1537038">
> <uses-feature android:name="android.software.leanback" android:required="false" />
> <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
7c9
< <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:name="net.wakamesoba98.sobacha.core.SobaChaApplication" android:theme="@style/Theme.HoloLight">
---
> <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:banner="@drawable/banner" android:label="@string/app_name" android:name="net.wakamesoba98.sobacha.core.SobaChaApplication" android:theme="@style/Theme.HoloLight">
18a21,26
> <activity android:configChanges="keyboardHidden|orientation|screenSize" android:label="@string/app_name" android:name="net.wakamesoba98.sobacha.view.activity.TvActivity">
> <intent-filter>
> <action android:name="android.intent.action.MAIN"/>
> <category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
> </intent-filter>
> </activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment