Compare commits
No commits in common. "643c0c08f1c7acb7863ed4aa253b1a7599d827cd" and "e67c21e69c970391535eed243bdf126240ffd6e7" have entirely different histories.
643c0c08f1
...
e67c21e69c
2 changed files with 0 additions and 55 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,10 +1,3 @@
|
||||||
#Specific Android sec file#
|
|
||||||
###########################
|
|
||||||
ilovexm24.keystore
|
|
||||||
myBuildConfig.json
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Compiled platform #
|
# Compiled platform #
|
||||||
###################
|
###################
|
||||||
platforms/
|
platforms/
|
||||||
|
|
|
@ -1,48 +0,0 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
|
||||||
<manifest android:hardwareAccelerated="true" android:versionCode="10501" android:versionName="1.5.1" package="xm24.digitigrafo.it" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
|
||||||
<application android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true">
|
|
||||||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTop" android:name="MainActivity" android:theme="@android:style/Theme.DeviceDefault.NoActionBar" android:windowSoftInputMode="adjustResize">
|
|
||||||
<intent-filter android:label="@string/launcher_name">
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
<provider android:authorities="${applicationId}.sharing.provider" android:exported="false" android:grantUriPermissions="true" android:name="nl.xservices.plugins.FileProvider">
|
|
||||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/sharing_paths" />
|
|
||||||
</provider>
|
|
||||||
<activity android:exported="true" android:name="com.adobe.phonegap.push.PushHandlerActivity" android:permission="${applicationId}.permission.PushHandlerActivity" />
|
|
||||||
<receiver android:name="com.adobe.phonegap.push.BackgroundActionButtonHandler" />
|
|
||||||
<receiver android:exported="true" android:name="com.google.android.gms.gcm.GcmReceiver" android:permission="com.google.android.c2dm.permission.SEND">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
|
||||||
<category android:name="${applicationId}" />
|
|
||||||
</intent-filter>
|
|
||||||
</receiver>
|
|
||||||
<service android:exported="false" android:name="com.adobe.phonegap.push.GCMIntentService">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
|
||||||
</intent-filter>
|
|
||||||
</service>
|
|
||||||
<service android:exported="false" android:name="com.adobe.phonegap.push.PushInstanceIDListenerService">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="com.google.android.gms.iid.InstanceID" />
|
|
||||||
</intent-filter>
|
|
||||||
</service>
|
|
||||||
<service android:exported="false" android:name="com.adobe.phonegap.push.RegistrationIntentService" />
|
|
||||||
</application>
|
|
||||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE" />
|
|
||||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
|
||||||
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
|
|
||||||
<uses-permission android:name="${applicationId}.permission.PushHandlerActivity" />
|
|
||||||
<permission android:name="${applicationId}.permission.C2D_MESSAGE" android:protectionLevel="signature" />
|
|
||||||
<permission android:name="${applicationId}.permission.PushHandlerActivity" android:protectionLevel="signature" />
|
|
||||||
</manifest>
|
|
Loading…
Reference in a new issue