mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
7 lines
222 B
XML
7 lines
222 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="p1.p2">
|
|
<application android:label="@string/myLibResource">
|
|
</application>
|
|
</manifest>
|