published today. refs #128
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<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="ExceptionHandlerLib_src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
android:versionCode="1"
|
||||
android:installLocation="auto" android:versionName="1.0.0">
|
||||
<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">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -14,6 +15,7 @@
|
||||
</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"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
@@ -21,6 +23,7 @@
|
||||
|
||||
|
||||
<meta-data android:value="a14d552cbd272f2" android:name="ADMOB_PUBLISHER_ID" />
|
||||
<service android:name="com.TwentyCodes.android.SweetDreamsLib.PlaybackService"></service>
|
||||
|
||||
|
||||
</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 com.TwentyCodes.android.SweetDreamsLib.SweetDreamsFull;
|
||||
import com.TwentyCodes.android.SweetDreamsLib.SweetDreamsMain;
|
||||
import com.admob.android.ads.AdManager;
|
||||
|
||||
/**
|
||||
* 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