Skip to content

Instantly share code, notes, and snippets.

@Semiazas1989
Last active May 14, 2018 06:32
Show Gist options
  • Save Semiazas1989/4698da8ba0b5615c63699792bb5f4f81 to your computer and use it in GitHub Desktop.
Save Semiazas1989/4698da8ba0b5615c63699792bb5f4f81 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="37"
android:versionName="1.6.3.8"
package="pro.capture.screenshot"
platformBuildVersionCode="27"
platformBuildVersionName="8.1.0"
>
<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="25"
>
</uses-sdk>
<uses-permission
android:name="android.permission.INTERNET"
>
</uses-permission>
<uses-permission
android:name="android.permission.ACCESS_NETWORK_STATE"
>
</uses-permission>
<uses-permission
android:name="android.permission.SYSTEM_ALERT_WINDOW"
>
</uses-permission>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
>
</uses-permission>
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
>
</uses-permission>
<uses-permission
android:name="android.permission.RECEIVE_BOOT_COMPLETED"
>
</uses-permission>
<uses-permission
android:name="android.permission.WAKE_LOCK"
>
</uses-permission>
<uses-permission
android:name="com.google.android.c2dm.permission.RECEIVE"
>
</uses-permission>
<permission
android:name="pro.capture.screenshot.permission.C2D_MESSAGE"
android:protectionLevel="0x00000002"
>
</permission>
<uses-permission
android:name="pro.capture.screenshot.permission.C2D_MESSAGE"
>
</uses-permission>
<application
android:theme="@7F0C00AF"
android:label="@7F0900D3"
android:icon="@7F030000"
android:name="pro.capture.screenshot.TheApplication"
android:allowBackup="true"
android:supportsRtl="true"
>
<service
android:label="@7F0900C5"
android:icon="@7F020137"
android:name="pro.capture.screenshot.service.CaptureTitleService"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
>
<intent-filter
>
<action
android:name="android.service.quicksettings.action.QS_TILE"
>
</action>
</intent-filter>
</service>
<meta-data
android:name="io.fabric.ApiKey"
android:value="48088597b99a099675a7381d3061305c4c1d29ad"
>
</meta-data>
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="4.6114678E14"
>
</meta-data>
<activity
android:theme="@7F0C00B4"
android:name="pro.capture.screenshot.activity.MainActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
<intent-filter
>
<action
android:name="android.intent.action.MAIN"
>
</action>
<category
android:name="android.intent.category.LAUNCHER"
>
</category>
</intent-filter>
<meta-data
android:name="android.app.shortcuts"
android:resource="@7F070003"
>
</meta-data>
</activity>
<activity
android:theme="@7F0C00F6"
android:name="pro.capture.screenshot.component.matisse.ui.MatisseActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00F6"
android:name="pro.capture.screenshot.component.matisse.ui.AlbumPreviewActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00B1"
android:label="@7F0900B5"
android:icon="@7F030000"
android:name="pro.capture.screenshot.activity.ImageEditActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
<intent-filter
>
<action
android:name="android.intent.action.SEND"
>
</action>
<action
android:name="android.intent.action.EDIT"
>
</action>
<data
android:mimeType="image/png"
>
</data>
<data
android:mimeType="image/jpeg"
>
</data>
<data
android:mimeType="image/gif"
>
</data>
<data
android:mimeType="image/bmp"
>
</data>
<data
android:mimeType="image/x-ms-bmp"
>
</data>
<data
android:mimeType="image/mpo"
>
</data>
<data
android:mimeType="image/webp"
>
</data>
<category
android:name="android.intent.category.DEFAULT"
>
</category>
</intent-filter>
</activity>
<activity
android:theme="@7F0C00B1"
android:label="@7F090094"
android:name="pro.capture.screenshot.activity.SaveActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00B4"
android:label="@7F0900AE"
android:name="pro.capture.screenshot.activity.SettingsActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00B4"
android:name="pro.capture.screenshot.activity.WebviewActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00B4"
android:label="@7F090070"
android:name="pro.capture.screenshot.activity.FloatingStyleActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C00B4"
android:label="@7F0900C7"
android:name="pro.capture.screenshot.activity.WebCapActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
<intent-filter
>
<action
android:name="android.intent.action.SEND"
>
</action>
<category
android:name="android.intent.category.DEFAULT"
>
</category>
<data
android:mimeType="text/plain"
>
</data>
</intent-filter>
</activity>
<activity
android:theme="@7F0C00F4"
android:label="@7F0900D3"
android:name="pro.capture.screenshot.component.filepicker.FilePickerActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
<intent-filter
>
<action
android:name="android.intent.action.GET_CONTENT"
>
</action>
<category
android:name="android.intent.category.DEFAULT"
>
</category>
</intent-filter>
</activity>
<activity
android:theme="@7F0C003C"
android:name="pro.capture.screenshot.activity.ScreenRequestActivity"
android:process=":monitor"
android:excludeFromRecents="true"
android:launchMode="3"
>
</activity>
<activity
android:theme="@7F0C003C"
android:name="pro.capture.screenshot.activity.ShortcutsActivity"
android:excludeFromRecents="true"
android:launchMode="3"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:theme="@7F0C003B"
android:name="pro.capture.screenshot.activity.ScreenPreviewActivity"
android:process=":monitor"
android:excludeFromRecents="true"
android:launchMode="3"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<service
android:name="pro.capture.screenshot.service.WatchService"
android:exported="false"
android:process=":monitor"
>
</service>
<service
android:name="pro.capture.screenshot.service.ScreenshotService"
android:exported="false"
android:process=":monitor"
>
</service>
<service
android:name="pro.capture.screenshot.service.ScreenshotService$InnerService"
android:exported="false"
android:process=":monitor"
>
</service>
<receiver
android:name="pro.capture.screenshot.receiver.LanguageChangeReceiver"
android:exported="false"
android:process=":monitor"
>
</receiver>
<service
android:name="pro.capture.screenshot.service.AppJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="true"
>
</service>
<service
android:name="pro.capture.screenshot.service.AlarmService"
android:enabled="true"
android:exported="true"
>
</service>
<receiver
android:name="pro.capture.screenshot.receiver.BootReceiver"
>
<intent-filter
>
<action
android:name="android.intent.action.BOOT_COMPLETED"
>
</action>
<action
android:name="android.intent.action.QUICKBOOT_POWERON"
>
</action>
<action
android:name="com.htc.intent.action.QUICKBOOT_POWERON"
>
</action>
</intent-filter>
</receiver>
<receiver
android:name="pro.capture.screenshot.receiver.DeleteReceiver"
android:exported="false"
>
<intent-filter
>
<action
android:name="pro.capture.screenshot.delete"
>
</action>
<data
android:scheme="file"
>
</data>
</intent-filter>
</receiver>
<receiver
android:name="pro.capture.screenshot.receiver.ServiceChangeReceiver"
android:exported="false"
>
<intent-filter
>
<action
android:name="pro.capture.screenshot.serviceChange"
>
</action>
</intent-filter>
</receiver>
<provider
android:name="pro.capture.screenshot.provider.ShareProvider"
android:enabled="true"
android:exported="true"
android:authorities="pro.capture.screenshot.share"
>
</provider>
<provider
android:name="pro.capture.screenshot.provider.PreferenceProvider"
android:enabled="true"
android:exported="false"
android:authorities="pro.capture.screenshot.preference"
>
</provider>
<provider
android:name="android.support.v4.content.FileProvider"
android:exported="false"
android:authorities="pro.capture.screenshot.provider"
android:grantUriPermissions="true"
>
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@7F070001"
>
</meta-data>
</provider>
<activity
android:theme="@7F0C00B1"
android:name="pro.capture.screenshot.activity.PreviewImageActivity"
android:screenOrientation="1"
android:configChanges="0x00000FB0"
>
</activity>
<activity
android:name="com.mopub.mobileads.MoPubActivity"
android:configChanges="0x000004A0"
>
</activity>
<activity
android:name="com.mopub.mobileads.MraidActivity"
android:configChanges="0x000004A0"
>
</activity>
<activity
android:name="com.mopub.common.MoPubBrowser"
android:configChanges="0x000004A0"
>
</activity>
<activity
android:name="com.mopub.mobileads.MraidVideoPlayerActivity"
android:configChanges="0x000004A0"
>
</activity>
<activity
android:name="com.mopub.mobileads.RewardedMraidActivity"
android:configChanges="0x000004A0"
>
</activity>
<activity
android:name="com.facebook.ads.AudienceNetworkActivity"
android:configChanges="0x000004A0"
>
</activity>
<receiver
android:name="com.google.android.gms.analytics.AnalyticsReceiver"
android:enabled="true"
android:exported="false"
>
</receiver>
<service
android:name="com.google.android.gms.analytics.AnalyticsService"
android:enabled="true"
android:exported="false"
>
</service>
<service
android:name="com.google.android.gms.analytics.AnalyticsJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="false"
>
</service>
<activity
android:theme="@01030010"
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false"
>
</activity>
<receiver
android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
android:enabled="true"
android:exported="false"
>
</receiver>
<receiver
android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver"
android:permission="android.permission.INSTALL_PACKAGES"
android:enabled="true"
android:exported="true"
>
<intent-filter
>
<action
android:name="com.android.vending.INSTALL_REFERRER"
>
</action>
</intent-filter>
</receiver>
<service
android:name="com.google.android.gms.measurement.AppMeasurementService"
android:enabled="true"
android:exported="false"
>
</service>
<service
android:name="com.google.android.gms.measurement.AppMeasurementJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="true"
android:exported="false"
>
</service>
<receiver
android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
android:permission="com.google.android.c2dm.permission.SEND"
android:exported="true"
>
<intent-filter
>
<action
android:name="com.google.android.c2dm.intent.RECEIVE"
>
</action>
<category
android:name="pro.capture.screenshot"
>
</category>
</intent-filter>
</receiver>
<service
android:name="com.google.firebase.iid.FirebaseInstanceIdService"
android:exported="true"
>
<intent-filter
android:priority="-500"
>
<action
android:name="com.google.firebase.INSTANCE_ID_EVENT"
>
</action>
</intent-filter>
</service>
<provider
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:exported="false"
android:authorities="pro.capture.screenshot.firebaseinitprovider"
android:initOrder="100"
>
</provider>
<activity
android:theme="@0103000F"
android:name="com.google.android.gms.ads.AdActivity"
android:exported="false"
android:configChanges="0x00000FB0"
>
</activity>
<meta-data
android:name="com.google.android.gms.version"
android:value="@7F0E0007"
>
</meta-data>
<activity
android:name="com.appbrain.AppBrainActivity"
android:configChanges="0x00000FB0"
>
</activity>
<provider
android:name="com.appbrain.AppBrainInitProvider"
android:exported="false"
android:authorities="pro.capture.screenshot.AppBrainInitProvider"
>
</provider>
<service
android:name="com.appbrain.AppBrainService"
>
</service>
<service
android:name="com.appbrain.AppBrainJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:enabled="@7F0D0002"
>
</service>
<receiver
android:name="com.appbrain.ReferrerReceiver"
android:exported="true"
>
<intent-filter
>
<action
android:name="com.android.vending.INSTALL_REFERRER"
>
</action>
</intent-filter>
</receiver>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment