My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.divideandconquer"
android:versionName="1.4"
android:versionCode="14">

<uses-permission android:name="android.permission.VIBRATE"/>

<application android:label="@string/app_name" android:icon="@drawable/ballsicon">
<activity android:name=".DivideAndConquerActivity"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity android:name=".Preferences"/>
</application>
</manifest>
Show details Hide details

Change log

r152 by kros...@google.com on Apr 13, 2009   Diff
Whoops, never commited the "explosion"
update from the holidays.  Was going to
clean it up a bit, but never got around to
it.. better to commit it now then lose
source forever :)
Go to: 
Project members, sign in to write a code review

Older revisions

r149 by kros...@google.com on Jan 03, 2009   Diff
v 1.2: improved graphics, balls can
collide

r134 by kros...@google.com on Oct 31, 2008   Diff
Added 'shrink to fit', removed EULA.
TODO: the way the main view knows that
the shrinkng of a region is done is
kinda hacky, I will improve that at
some point.
r93 by kros...@google.com on Oct 18, 2008   Diff
Added version information to manifest
file.  Added EULA.  Played with colors
a bit.
All revisions of this file

File info

Size: 954 bytes, 24 lines