|
|
@ -12,10 +12,9 @@
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
|
|
|
|
<uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<uses-sdk
|
|
|
|
<uses-sdk
|
|
|
|
android:minSdkVersion="14"
|
|
|
|
android:minSdkVersion="23"
|
|
|
|
android:targetSdkVersion="15" />
|
|
|
|
android:targetSdkVersion="28" />
|
|
|
|
|
|
|
|
|
|
|
|
<application
|
|
|
|
<application
|
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
@ -26,10 +25,16 @@
|
|
|
|
android:configChanges="orientation"
|
|
|
|
android:configChanges="orientation"
|
|
|
|
android:windowSoftInputMode="stateUnspecified|adjustNothing"
|
|
|
|
android:windowSoftInputMode="stateUnspecified|adjustNothing"
|
|
|
|
android:label="@string/title_activity_wifi_display" >
|
|
|
|
android:label="@string/title_activity_wifi_display" >
|
|
|
|
|
|
|
|
<!-- For Mobile/Tablet -->
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<!-- For Android TV -->
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
|
|
|
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- activity
|
|
|
|
<!-- activity
|
|
|
@ -47,6 +52,10 @@
|
|
|
|
<action android:name="com.rockchip.wfd.service" />
|
|
|
|
<action android:name="com.rockchip.wfd.service" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
|
|
|
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- receiver android:name=".WifiDisplayBootReceiver">
|
|
|
|
<!-- receiver android:name=".WifiDisplayBootReceiver">
|
|
|
|