published today. refs #128
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
package="com.TwentyCodes.android.SweetDreamsFull"
|
||||
android:versionCode="1" android:versionName="1.0.0" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>
|
||||
|
||||
<application android:label="@string/app_name" android:icon="@drawable/playdisabled">
|
||||
<application android:label="@string/app_name" android:icon="@drawable/icon">
|
||||
<activity android:name="SweetDreams">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"></action>
|
||||
@@ -12,6 +13,7 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name="com.TwentyCodes.android.SweetDreamsLib.Settings"></activity>
|
||||
<service android:name="com.TwentyCodes.android.SweetDreamsLib.PlaybackService"></service>
|
||||
|
||||
|
||||
</application>
|
||||
|
||||
@@ -83,11 +83,11 @@ containing a value of this type.
|
||||
public static final int main_lite=0x7f030001;
|
||||
}
|
||||
public static final class raw {
|
||||
public static final int ac=0x7f050000;
|
||||
public static final int beach=0x7f050001;
|
||||
public static final int crickets=0x7f050002;
|
||||
public static final int falls=0x7f050003;
|
||||
public static final int river=0x7f050004;
|
||||
public static final int beach=0x7f050000;
|
||||
public static final int crickets=0x7f050001;
|
||||
public static final int falls=0x7f050002;
|
||||
public static final int river=0x7f050003;
|
||||
public static final int wn=0x7f050004;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f070000;
|
||||
|
||||
@@ -83,11 +83,11 @@ containing a value of this type.
|
||||
public static final int main_lite=0x7f030001;
|
||||
}
|
||||
public static final class raw {
|
||||
public static final int ac=0x7f050000;
|
||||
public static final int beach=0x7f050001;
|
||||
public static final int crickets=0x7f050002;
|
||||
public static final int falls=0x7f050003;
|
||||
public static final int river=0x7f050004;
|
||||
public static final int beach=0x7f050000;
|
||||
public static final int crickets=0x7f050001;
|
||||
public static final int falls=0x7f050002;
|
||||
public static final int river=0x7f050003;
|
||||
public static final int wn=0x7f050004;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f070000;
|
||||
|
||||
@@ -83,11 +83,11 @@ containing a value of this type.
|
||||
public static final int main_lite=0x7f030001;
|
||||
}
|
||||
public static final class raw {
|
||||
public static final int ac=0x7f050000;
|
||||
public static final int beach=0x7f050001;
|
||||
public static final int crickets=0x7f050002;
|
||||
public static final int falls=0x7f050003;
|
||||
public static final int river=0x7f050004;
|
||||
public static final int beach=0x7f050000;
|
||||
public static final int crickets=0x7f050001;
|
||||
public static final int falls=0x7f050002;
|
||||
public static final int river=0x7f050003;
|
||||
public static final int wn=0x7f050004;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f070000;
|
||||
|
||||
@@ -8,13 +8,13 @@ package com.TwentyCodes.android.SweetDreamsFull;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.TwentyCodes.android.SweetDreamsLib.SweetDreamsFull;
|
||||
import com.TwentyCodes.android.SweetDreamsLib.SweetDreamsMain;
|
||||
|
||||
/**
|
||||
* Main activity
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public class SweetDreams extends SweetDreamsFull {
|
||||
public class SweetDreams extends SweetDreamsMain {
|
||||
|
||||
/**
|
||||
* Called when the activity is first created.
|
||||
|
||||
Reference in New Issue
Block a user