mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-09 21:32:43 -05:00
some work on v4 authentication
This commit is contained in:
@@ -18,12 +18,16 @@
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.TVTime"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!-- android:screenOrientation="portrait">-->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:scheme="app" android:host="@string/intent_route_auth_return" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user