Files
termux-app/view/src/main/AndroidManifest.xml
Fredrik Fornwall 009de5a3ee Split up into modules and add float module
Split the app/ module into three modules

terminal/ - Terminal emulator library module.
view/ - Terminal view library module (depending on terminal/).
app/ - The main Termux app (depending on view/).

Also add the

float/ - The Termux:Float app (depending on view/).
2017-04-01 19:06:02 +02:00

4 lines
112 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.termux.view">
</manifest>