mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
8 lines
255 B
XML
8 lines
255 B
XML
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
package="example.vib">
|
||
|
|
<application>
|
||
|
|
<activity android:name=".MyActivity"/>
|
||
|
|
</application>
|
||
|
|
</manifest>
|