mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 12:09:50 +08:00
13 lines
295 B
XML
13 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="cc.winboll.studio.libwinboll" >
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".WinBoLLLibraryActivity">
|
|
</activity>
|
|
</application>
|
|
|
|
</manifest>
|
|
|