|
|
1b8111 |
|
|
|
1b8111 |
package="com.icystar.findnumber"
|
|
|
1b8111 |
android:versionCode="2"
|
|
|
1b8111 |
android:versionName="1.1" >
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:minSdkVersion="4"
|
|
|
1b8111 |
android:targetSdkVersion="16" />
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:icon="@drawable/ic_launcher"
|
|
|
1b8111 |
android:label="@string/app_name"
|
|
|
1b8111 |
android:theme="@style/AppTheme" >
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".SplashActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_main"
|
|
|
1b8111 |
android:screenOrientation="portrait" >
|
|
|
1b8111 |
<intent-filter>
</intent-filter>
|
|
|
1b8111 |
<action android:name="android.intent.action.MAIN">
</action>
|
|
|
1b8111 |
|
|
|
1b8111 |
<category android:name="android.intent.category.LAUNCHER">
</category>
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".MainActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_main"
|
|
|
1b8111 |
android:screenOrientation="portrait" >
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".NewGameActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_new_game"
|
|
|
1b8111 |
android:theme="@style/DialogTheme" >
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name="android.support.PARENT_ACTIVITY"
|
|
|
1b8111 |
android:value="com.icystar.findnumber.MainActivity" />
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".SingleActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_main"
|
|
|
1b8111 |
android:screenOrientation="portrait" >
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name="android.support.PARENT_ACTIVITY"
|
|
|
1b8111 |
android:value="com.icystar.findnumber.MainActivity" />
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".DoubleActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_main"
|
|
|
1b8111 |
android:screenOrientation="landscape" >
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name="android.support.PARENT_ACTIVITY"
|
|
|
1b8111 |
android:value="com.icystar.findnumber.MainActivity" />
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name=".ScoreboardActivity"
|
|
|
1b8111 |
android:label="@string/title_activity_scoreboard"
|
|
|
1b8111 |
android:screenOrientation="portrait" >
|
|
|
1b8111 |
|
|
|
1b8111 |
android:name="android.support.PARENT_ACTIVITY"
|
|
|
1b8111 |
android:value="com.icystar.findnumber.MainActivity" />
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
|
|
|
1b8111 |
|