/
laborgit
/
laborgit-android
Обзор
Документация
Войти
/
laborgit
/
laborgit-android
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
app/config/debug/AndroidManifest.xml
74 строки
3 KB
acer24@gmail.com
work (TG!) with - exclude group: 'androidx.recyclerview', module: 'recyclerview'
28 фев 2020, 15:17
28 фев 2020, 15:17
ec0c563
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="org.liveseyinc.plabor" android:installLocation="auto"> <!--<uses-feature android:name="android.hardware.location.gps" android:required="false" />--> <!--<uses-feature android:name="android.hardware.location.network" android:required="false" />--> <!--<uses-feature android:name="android.hardware.location" android:required="false" />--> <!--<uses-feature android:name="android.hardware.LOCATION" android:required="false" />--> <!--<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />--> <!--<uses-permission android:name="org.liveseyinc.plabor.permission.MAPS_RECEIVE"/>--> <!--<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>--> <!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />--> <!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />--> <!--<permission android:name="org.liveseyinc.plabor.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>--> <application android:label="@string/AppNameBeta" android:name=".di.PlaborApplication" android:allowBackup="false" android:hardwareAccelerated="@bool/useHardwareAcceleration" android:icon="@mipmap/powerlabor" android:roundIcon="@mipmap/powerlabor" android:largeHeap="true" android:theme="@style/AppTheme" android:supportsRtl="false" tools:replace="android:supportsRtl"> <!--<application--> <!--android:allowBackup="false"--> <!--android:icon="@drawable/ic_launcher"--> <!--android:roundIcon="@drawable/ic_launcher"--> <!--android:label="@string/AppNameBeta"--> <!--android:theme="@style/Theme.TMessages.Start"--> <!--android:name=".PlaborApplication"--> <!--android:hardwareAccelerated="@bool/useHardwareAcceleration"--> <!--android:largeHeap="true"--> <!--android:supportsRtl="false"--> <!--tools:replace="android:supportsRtl">--> <!--<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyA-t0jLPjUt2FxrA8VPK2EiYHcYcboIR6k" />--> <service android:name="com.github.gdev2018.master.GcmPushListenerService"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service> <!--<uses-library android:name="com.google.android.maps" android:required="false"/>--> <!--<receiver--> <!--tools:replace="android:enabled"--> <!--android:name="com.google.android.gms.measurement.AppMeasurementReceiver"--> <!--android:enabled="false">--> <!--<intent-filter>--> <!--<action android:name="com.google.android.gms.measurement.UPLOAD" />--> <!--</intent-filter>--> <!--</receiver>--> <!--<service--> <!--tools:replace="android:enabled"--> <!--android:name="com.google.android.gms.measurement.AppMeasurementService"--> <!--android:enabled="false"--> <!--android:exported="false" />--> </application> </manifest>