mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Remove GooglePlay references
This commit is contained in:
parent
79995cb45b
commit
c4df2a7b00
1 changed files with 1 additions and 5 deletions
|
@ -48,11 +48,7 @@
|
||||||
android:parentActivityName=".MedicamentListActivity"
|
android:parentActivityName=".MedicamentListActivity"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
</activity>
|
</activity>
|
||||||
<receiver android:name=".NotificationPublisher" /><!-- ATTENTION: This was auto-generated to add Google Play services to your project for
|
<receiver android:name=".NotificationPublisher" />
|
||||||
App Indexing. See https://g.co/AppIndexing/AndroidStudio for more information. -->
|
|
||||||
<meta-data
|
|
||||||
android:name="com.google.android.gms.version"
|
|
||||||
android:value="@integer/google_play_services_version" />
|
|
||||||
<service android:name=".PillDroidJobService"
|
<service android:name=".PillDroidJobService"
|
||||||
android:permission="android.permission.BIND_JOB_SERVICE"/>
|
android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||||
</application>
|
</application>
|
||||||
|
|
Loading…
Reference in a new issue