published today. refs #128
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
|
<classpathentry kind="lib" path="/SweetDreamsLib/libs/admob-sdk-android.jar"/>
|
||||||
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
|
||||||
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
<classpathentry kind="src" path="SweetDreamsLib_src"/>
|
||||||
|
<classpathentry kind="src" path="ExceptionHandlerLib_src"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
@@ -4,8 +4,9 @@
|
|||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:installLocation="auto" android:versionName="1.0.0">
|
android:installLocation="auto" android:versionName="1.0.0">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
|
<uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>
|
||||||
|
|
||||||
<application android:label="@string/app_name_lite" android:icon="@drawable/playdisabled">
|
<application android:label="@string/app_name_lite" android:icon="@drawable/icon">
|
||||||
<activity android:name=".SweetDreams" android:label="@string/app_name_lite">
|
<activity android:name=".SweetDreams" android:label="@string/app_name_lite">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
@@ -14,13 +15,15 @@
|
|||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name="com.TwentyCodes.android.SweetDreamsLib.Settings"></activity>
|
<activity android:name="com.TwentyCodes.android.SweetDreamsLib.Settings"></activity>
|
||||||
|
<service android:name="com.TwentyCodes.android.SweetDreamsLib.PlaybackService"></service>
|
||||||
|
|
||||||
<activity android:name="com.admob.android.ads.AdMobActivity"
|
<activity android:name="com.admob.android.ads.AdMobActivity"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||||
android:configChanges="orientation|keyboard|keyboardHidden" />
|
android:configChanges="orientation|keyboard|keyboardHidden" />
|
||||||
|
|
||||||
|
|
||||||
<meta-data android:value="a14d552cbd272f2" android:name="ADMOB_PUBLISHER_ID" />
|
<meta-data android:value="a14d552cbd272f2" android:name="ADMOB_PUBLISHER_ID" />
|
||||||
|
<service android:name="com.TwentyCodes.android.SweetDreamsLib.PlaybackService"></service>
|
||||||
|
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,14 +8,14 @@ package com.TwentyCodes.android.SweetDreamsLite;
|
|||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
|
|
||||||
import com.TwentyCodes.android.SweetDreamsLib.SweetDreamsFull;
|
import com.TwentyCodes.android.SweetDreamsLib.SweetDreamsMain;
|
||||||
import com.admob.android.ads.AdManager;
|
import com.admob.android.ads.AdManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main Activity
|
* Main Activity
|
||||||
* @author ricky barrette
|
* @author ricky barrette
|
||||||
*/
|
*/
|
||||||
public class SweetDreams extends SweetDreamsFull {
|
public class SweetDreams extends SweetDreamsMain {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the activity is first created.
|
* Called when the activity is first created.
|
||||||
|
|||||||
Reference in New Issue
Block a user