Project

General

Profile

« Previous | Next » 

Revision 1f9772f3

Added by Leszek Koltunski about 4 years ago

More support for the 3x3x3 Solver: more of the actual 3x3x3 solver mechanism.

View differences:

src/main/AndroidManifest.xml
1 1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
    package="org.distorted.magic">
2
    package="org.distorted.main">
3 3

  
4 4
    <uses-feature android:glEsVersion="0x00030001" android:required="true" />
5 5
    <uses-permission android:name="android.permission.INTERNET" />
......
11 11
        android:supportsRtl="true"
12 12
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
13 13

  
14
        <activity android:name=".RubikActivity">
14
        <activity android:name="org.distorted.main.RubikActivity">
15 15
            <intent-filter>
16 16
                <action android:name="android.intent.action.MAIN" />
17 17
                <category android:name="android.intent.category.LAUNCHER" />

Also available in: Unified diff