Skip to content

Commit

Permalink
Merge pull request TeamNewPipe#3948 from TobiGr/basic_resize
Browse files Browse the repository at this point in the history
Add basic resize functionality
  • Loading branch information
TobiGr authored and ShareASmile committed Aug 16, 2021
1 parent 7918e3a commit 0775503
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
android:logo="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:theme="@style/OpeningTheme"
android:resizeableActivity="true"
tools:ignore="AllowBackup">
<activity
android:name=".MainActivity"
Expand Down Expand Up @@ -334,5 +335,11 @@
<service
android:name=".RouterActivity$FetcherService"
android:exported="false" />

<!-- see https://github.com/TeamNewPipe/NewPipe/issues/3947 -->
<!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
<meta-data android:name="com.samsung.android.keepalive.density" android:value="true"/>
<!-- Version >= 3.0. DeX Dual Mode support -->
<meta-data android:name="com.samsung.android.multidisplay.keep_process_alive" android:value="true"/>
</application>
</manifest>

0 comments on commit 0775503

Please sign in to comment.