Parallel App Assist

Download: Parallel App Assist APK

  • Latest Version
Application ID com.excean.parallelspace.b32
Downloads 2.68M
Upload by DuoPeak Inc.
Rating 3.4/3.55K+
Content rating Everyone
Requires android 9 and up
Updated on Sep 27, 2022

android.Manifest.permission

  • android.permission.ACCESS_CACHE_FILESYSTEM:
  • android.permission.ACCESS_COARSE_LOCATION:
    Allows an app to access approximate location.
  • android.permission.ACCESS_DOWNLOAD_MANAGER:
  • android.permission.ACCESS_FINE_LOCATION:
    Allows an app to access precise location.
  • android.permission.ACCESS_LOCATION_EXTRA_COMMANDS:
    Allows an application to access extra location provider commands.
  • android.permission.ACCESS_MEDIA_LOCATION:
    Allows an application to access any geographic locations persisted in the user's shared collection.
  • android.permission.ACCESS_MOCK_LOCATION:
  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACCESS_SUPERUSER:
  • android.permission.ACCESS_WIFI_STATE:
    Allows applications to access information about Wi-Fi networks.
  • android.permission.ACCESS_WIMAX_STATE:
  • android.permission.ACCOUNT_MANAGER:
    Allows applications to call into AccountAuthenticators.
  • android.permission.AUTHENTICATE_ACCOUNTS:
  • android.permission.BACKUP:
  • android.permission.BATTERY_STATS:
    Allows an application to collect battery statistics
  • android.permission.BIND_APPWIDGET:
    Allows an application to tell the AppWidget service which application can access AppWidget's data.
  • android.permission.BLUETOOTH:
    Allows applications to connect to paired bluetooth devices.
  • android.permission.BLUETOOTH_ADMIN:
    Allows applications to discover and pair bluetooth devices.
  • android.permission.BODY_SENSORS:
    Allows an application to access data from sensors that the user uses to measure what is happening inside their body, such as heart rate.
  • android.permission.BROADCAST_STICKY:
    Allows an application to broadcast sticky intents.
  • android.permission.CALL_PHONE:
    Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
  • android.permission.CAMERA:
    Required to be able to access the camera device.
  • android.permission.CHANGE_CONFIGURATION:
    Allows an application to modify the current configuration, such as locale.
  • android.permission.CHANGE_NETWORK_STATE:
    Allows applications to change network connectivity state.
  • android.permission.CHANGE_WIFI_MULTICAST_STATE:
    Allows applications to enter Wi-Fi Multicast mode.
  • android.permission.CHANGE_WIFI_STATE:
    Allows applications to change Wi-Fi connectivity state.
  • android.permission.CHANGE_WIMAX_STATE:
  • android.permission.CLEAR_APP_CACHE:
    Allows an application to clear the caches of all installed applications on the device.
  • android.permission.CLEAR_APP_USER_DATA:
  • android.permission.DELETE_PACKAGES:
    Allows an application to delete packages.
  • android.permission.DEVICE_POWER:
  • android.permission.DISABLE_KEYGUARD:
    Allows applications to disable the keyguard if it is not secure.
  • android.permission.DOWNLOAD_WITHOUT_NOTIFICATION:
  • android.permission.EXPAND_STATUS_BAR:
    Allows an application to expand or collapse the status bar.
  • android.permission.FLASHLIGHT:
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.GET_ACCOUNTS:
    Allows access to the list of accounts in the Accounts Service.
  • android.permission.GET_DETAILED_TASKS:
  • android.permission.GET_PACKAGE_SIZE:
    Allows an application to find out the space used by any package.
  • android.permission.GET_TASKS:
    This constant was deprecated in API level 21. No longer enforced.
  • android.permission.INSTALL_PACKAGES:
    Allows an application to install packages.
  • android.permission.INTERACT_ACROSS_USERS:
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.KILL_BACKGROUND_PROCESSES:
    Allows an application to call ActivityManager.killBackgroundProcesses(String).
  • android.permission.MANAGE_ACCOUNTS:
  • android.permission.MANAGE_DOCUMENTS:
    Allows an application to manage access to documents, usually as part of a document picker.
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • android.permission.MODIFY_PHONE_STATE:
    Allows modification of the telephony state - power on, mmi, etc.
  • android.permission.MOUNT_UNMOUNT_FILESYSTEMS:
    Allows mounting and unmounting file systems for removable storage.
  • android.permission.NFC:
    Allows applications to perform I/O operations over NFC.
  • android.permission.PACKAGE_USAGE_STATS:
    Allows an application to collect component usage statistics
  • android.permission.PERSISTENT_ACTIVITY:
    This constant was deprecated in API level 15. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent.
  • android.permission.PREVENT_POWER_KEY:
  • android.permission.READ_CALENDAR:
    Allows an application to read the user's calendar data.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.READ_INSTALL_SESSIONS:
  • android.permission.READ_LOGS:
    Allows an application to read the low-level system log files.
  • android.permission.READ_OWNER_DATA:
  • android.permission.READ_PHONE_STATE:
    Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
  • android.permission.READ_PROFILE:
  • android.permission.READ_SOCIAL_STREAM:
  • android.permission.READ_SYNC_SETTINGS:
    Allows applications to read the sync settings.
  • android.permission.READ_SYNC_STATS:
    Allows applications to read the sync stats.
  • android.permission.READ_USER_DICTIONARY:
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.
  • android.permission.REORDER_TASKS:
    Allows an application to change the Z-order of tasks.
  • android.permission.RESTART_PACKAGES:
    This constant was deprecated in API level 15. The ActivityManager.restartPackage(String) API is no longer supported.
  • android.permission.RUN_INSTRUMENTATION:
  • android.permission.SET_TIME_ZONE:
    Allows applications to set the system time zone directly.
  • android.permission.SET_WALLPAPER:
    Allows applications to set the wallpaper.
  • android.permission.SET_WALLPAPER_HINTS:
    Allows applications to set the wallpaper hints.
  • android.permission.SIGNAL_PERSISTENT_PROCESSES:
    Allow an application to request that a signal be sent to all persistent processes.
  • android.permission.SUBSCRIBED_FEEDS_READ:
  • android.permission.SUBSCRIBED_FEEDS_WRITE:
  • android.permission.SYSTEM_ALERT_WINDOW:
    Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
  • android.permission.TRANSMIT_IR:
    Allows using the device's IR transmitter, if available.
  • android.permission.UPDATE_DEVICE_STATS:
    Allows an application to update device statistics.
  • android.permission.USE_CREDENTIALS:
  • android.permission.USE_FINGERPRINT:
    This constant was deprecated in API level 28. Applications should request USE_BIOMETRIC instead
  • android.permission.USE_SIP:
    Allows an application to use SIP service.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_APN_SETTINGS:
    Allows applications to write the apn settings and read sensitive fields of an existing apn settings like user and password.
  • android.permission.WRITE_CALENDAR:
    Allows an application to write the user's calendar data.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • android.permission.WRITE_MEDIA_STORAGE:
  • android.permission.WRITE_OWNER_DATA:
  • android.permission.WRITE_PROFILE:
  • android.permission.WRITE_SECURE_SETTINGS:
    Allows an application to read or write the secure system settings.
  • android.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • android.permission.WRITE_SOCIAL_STREAM:
  • android.permission.WRITE_SYNC_SETTINGS:
    Allows applications to write the sync settings.
  • android.permission.WRITE_USER_DICTIONARY:
  • cn.nubia.launcher.permission.READ_SETTINGS:
  • com.actionlauncher.playstore.permission.READ_SETTINGS:
  • com.anddoes.launcher.permission.READ_SETTINGS:
  • com.anddoes.launcher.permission.UPDATE_COUNT:
  • com.android.alarm.permission.SET_ALARM:
    Allows an application to broadcast an Intent to set an alarm for the user.
  • com.android.browser.permission.READ_HISTORY_BOOKMARKS:
  • com.android.browser.permission.WRITE_HISTORY_BOOKMARKS:
  • com.android.email.permission.READ_ATTACHMENT:
  • com.android.launcher.permission.INSTALL_SHORTCUT:
    Allows an application to install a shortcut in Launcher.
  • com.android.launcher.permission.READ_SETTINGS:
  • com.android.launcher.permission.UNINSTALL_SHORTCUT:
  • com.android.launcher.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • com.android.launcher2.permission.READ_SETTINGS:
  • com.android.launcher2.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • com.android.launcher3.permission.READ_SETTINGS:
  • com.android.launcher3.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • com.android.vending.CHECK_LICENSE:
  • com.android.voicemail.permission.ADD_VOICEMAIL:
    Allows an application to add voicemails into the system.
  • com.apusapps.launcher.permission.READ_SETTINGS:
  • com.aspire.mm.permission.READ_SETTINGS:
  • com.asus.email.permission.ACCESS_PROVIDER:
  • com.baiqi.weather.permission.READ_SETTINGS:
  • com.bbk.launcher2.permission.READ_SETTINGS:
  • com.excean.parallelspace.assist:
  • com.facebook.katana.permission.C2D_MESSAGE:
  • com.facebook.katana.permission.CROSS_PROCESS_BROADCAST_MANAGER:
  • com.facebook.katana.permission.RECEIVE_ADM_MESSAGE:
  • com.facebook.katana.provider.ACCESS:
  • com.facebook.permission.prod.FB_APP_COMMUNICATION:
  • com.facebook.permission.prod.SYSTEM_COMMUNICATION:
  • com.facebook.receiver.permission.ACCESS:
  • com.fede.launcher.permission.READ_SETTINGS:
  • com.google.android.c2dm.permission.RECEIVE:
  • com.google.android.gms.permission.ACTIVITY_RECOGNITION:
    Allows an application to recognize physical activity.
  • com.google.android.gms.permission.AD_ID_NOTIFICATION:
  • com.google.android.gms.permission.CAR_SPEED:
  • com.google.android.googleapps.permission.GOOGLE_AUTH:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.OTHER_SERVICES:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.adsense:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.adwords:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.ah:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.blogger:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.cl:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.cp:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.dodgeball:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.finance:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.gbase:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.grandcentral:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.groups2:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.health:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.ig:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.jotspot:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.knol:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.lh2:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.local:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.mail:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.mobile:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.news:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.notebook:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.orkut:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.print:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.sitemaps:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.speech:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.speechpersonalization:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.talk:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.wifi:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.wise:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.writely:
  • com.google.android.googleapps.permission.GOOGLE_AUTH.youtube:
  • com.google.android.launcher.permission.READ_SETTINGS:
  • com.google.android.launcher.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • com.google.android.providers.gsf.permission.READ_GSERVICES:
  • com.google.android.providers.talk.permission.READ_ONLY:
  • com.google.android.providers.talk.permission.WRITE_ONLY:
  • com.htc.launcher.permission.READ_SETTINGS:
  • com.htc.launcher.permission.UPDATE_SHORTCUT:
  • com.huawei.android.launcher.permission.CHANGE_BADGE:
  • com.huawei.android.launcher.permission.READ_SETTINGS:
  • com.huawei.android.launcher.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.
  • com.huawei.launcher2.permission.READ_SETTINGS:
  • com.huawei.launcher3.permission.READ_SETTINGS:
  • com.lenovo.launcher.permission.READ_SETTINGS:
  • com.lge.launcher.permission.READ_SETTINGS:
  • com.majeur.launcher.permission.UPDATE_BADGE:
  • com.mediatek.launcherplus.permission.READ_SETTINGS:
  • com.meizu.flyme.push.permission.RECEIVE:
  • com.motorola.dlauncher.permission.READ_SETTINGS:
  • com.motorola.dock.DesktopDock.permission.READ_SETTINGS:
  • com.motorola.mmsp.motoswitch.permission.READ_SETTINGS:
  • com.mx.launcher.permission.READ_SETTINGS:
  • com.oppo.launcher.permission.READ_SETTINGS:
  • com.qihoo.appstore.rtservice.ACCESS_RTSERVICE:
  • com.qihoo360.launcher.permission.READ_SETTINGS:
  • com.s.launcher.permission.READ_SETTINGS:
  • com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY:
  • com.sec.android.app.twlauncher.settings.READ_SETTINGS:
  • com.sec.android.provider.badge.permission.READ:
  • com.sec.android.provider.badge.permission.WRITE:
  • com.sonyericsson.home.permission.BROADCAST_BADGE:
  • com.sonyericsson.homescreen.permission.READ_SETTINGS:
  • com.sonymobile.home.permission.PROVIDER_INSERT_BADGE:
  • com.tencent.mm.ext.permission.READ:
  • com.tencent.mm.ext.permission.WRITE:
  • com.tencent.mm.permission.C2D_MESSAGE:
  • com.tencent.mm.permission.MM_MESSAGE:
  • com.tencent.mm.plugin.permission.READ:
  • com.tencent.mm.plugin.permission.WRITE:
  • com.tencent.mm.wear.message:
  • com.tencent.msf.permission.account.sync:
  • com.teslacoilsw.launcher.permission.READ_SETTINGS:
  • com.thunderst.launcher.permission.READ_SETTINGS:
  • com.tsf.shell.permission.READ_SETTINGS:
  • com.ty.launcher.permission.READ_SETTINGS:
  • com.xiaomi.permission.AUTH_SERVICE:
  • mobi.SyndicateApps.ICS.launcher.permission.READ_SETTINGS:
  • net.qihoo.launcher.permission.READ_SETTINGS:
  • ohos.permission.BIND_REMOTEVIEWS:
    Must be required by a RemoteViewsService, to ensure that only the system can bind to it.
  • ohos.permission.DISTRIBUTED_DATASYNC:
  • ohos.permission.DISTRIBUTED_DEVICE_STATE_CHANGE:
  • ohos.permission.GET_BUNDLE_INFO:
  • ohos.permission.GET_DISTRIBUTED_DEVICE_INFO:
  • ohos.permission.GRT_BUNDLE_INFO:
  • ohos.permission.INTERNET:
    Allows applications to open network sockets.
  • ohos.permission.KEEP_BACKGROUND_RUNNING:
  • ohos.permission.MULTIMODAL_INTERACTIVE:
  • ohos.permission.READ_USER_STORAGE:
  • ohos.permission.REQUIRE_FORM:
  • ohos.permission.SPREAD_STATUS_BAR:
  • ohos.permission.SYSTEM_FLOAT_WINDOW:
  • ohos.permission.WRITE_USER_STORAGE:
  • ohos.permission.servicebus.ACCESS_SERVICE:
  • org.adw.launcher.permission.READ_SETTINGS:
  • org.adwfreak.launcher.permission.READ_SETTINGS: