blob: a47e41ef429f45b17c869432c07cb8772b2118e7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="test.pkg" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher" >
<activity
<warning>android:name=".MyActiv<caret>ity.Inner"</warning>
android:label="@string/app_name" >
</activity>
</application>
</manifest>