Dont Pause!: play-services is not a hard dependency
This commit is contained in:
parent
6148c93af3
commit
97fad06cc8
|
@ -1,4 +1,4 @@
|
||||||
Disabled:Google Play Services
|
AntiFeatures:NonFreeDep
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2653171
|
Web Site:http://forum.xda-developers.com/showthread.php?t=2653171
|
||||||
|
@ -10,14 +10,20 @@ Summary:Silence notifications while media is playing
|
||||||
Description:
|
Description:
|
||||||
Silences notifications while media is playing so they don't
|
Silences notifications while media is playing so they don't
|
||||||
interrupt you.
|
interrupt you.
|
||||||
|
|
||||||
|
Antifeature: Upstream uses non-free GooglePlayServices which have been
|
||||||
|
stripped from this build.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/TrentPierce/DontPause
|
Repo:https://github.com/TrentPierce/DontPause
|
||||||
|
|
||||||
Build:3.50,35
|
Build:3.50,35
|
||||||
disable=uses google play services
|
disable=missing root project
|
||||||
gradle=yes
|
commit=6db52e2f2698c584604c83fdb958ce57bfd8d33d
|
||||||
|
patch=remove_gms-35.patch
|
||||||
|
srclibs=1:ActionBarSherlock@4.4.0
|
||||||
|
prebuild=sed -i -e '/google-play-services_lib/d' build.gradle && android update project -p .
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
19
metadata/com.pierceholdings.dontpause/remove_gms-35.patch
Normal file
19
metadata/com.pierceholdings.dontpause/remove_gms-35.patch
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
||||||
|
index 79e0e67..45929c8 100644
|
||||||
|
--- a/AndroidManifest.xml
|
||||||
|
+++ b/AndroidManifest.xml
|
||||||
|
@@ -51,14 +51,8 @@
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:persistent="true"
|
||||||
|
android:theme="@style/MyTheme" >
|
||||||
|
- <meta-data android:name="com.google.android.gms.version"
|
||||||
|
- android:value="@integer/google_play_services_version"
|
||||||
|
- />
|
||||||
|
<meta-data android:name="com.bastionsdk.android.API_KEY" android:value="5399458025117876D56CB6A7899A1A" />
|
||||||
|
<activity
|
||||||
|
- android:name="com.google.android.gms.ads.AdActivity"
|
||||||
|
- android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
|
||||||
|
- <activity
|
||||||
|
android:name="com.pierceholdings.dontpause.MainActivity"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:singleUser="true" >
|
Loading…
Reference in a new issue