blob: e21a1694d3398490e0863e47347461ee51c81908 [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
android:name=".MyActivity$Inner"
android:label="@string/app_name" >
</activity>
</application>
</manifest>