14 lines
362 B
XML
14 lines
362 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="cc.winboll.studio.libappbase" >
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".CrashHandler$CrashActiviy"
|
|
android:label="CrashActiviy"
|
|
android:launchMode="standard"/>
|
|
</application>
|
|
|
|
</manifest>
|
|
|