You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/29 11:22:24 UTC

[GitHub] [cordova-plugin-file] azizbohra removed a comment on issue #350: Critical Issue: not working with external sdcard on phones like Samsung A7, Huawei etc

azizbohra removed a comment on issue #350: Critical Issue: not working with external sdcard on phones like Samsung A7, Huawei etc
URL: https://github.com/apache/cordova-plugin-file/issues/350#issuecomment-536286534
 
 
   <?xml version='1.0' encoding='utf-8'?>
   <manifest android:hardwareAccelerated="true" android:versionCode="10004" android:versionName="1.0.4" package="*****************" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
       <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/round_icon" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/doneoTheme">
           <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTask" android:name="MainActivity" android:screenOrientation="portrait" android:theme="@style/doneoTheme" 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>
               <intent-filter>
                   <action android:name="android.intent.action.VIEW" />
                   <category android:name="android.intent.category.DEFAULT" />
                   <category android:name="android.intent.category.BROWSABLE" />
                   <data android:scheme="mostashari" />
               </intent-filter>
               <intent-filter android:autoVerify="true">
                   <action android:name="android.intent.action.VIEW" />
                   <category android:name="android.intent.category.DEFAULT" />
                   <category android:name="android.intent.category.BROWSABLE" />
                   <data android:host="mostashari.com" android:pathPrefix="/" android:scheme="https" />
                   <data android:host=" " android:pathPrefix="/" android:scheme=" " />
                   <data android:host=" " android:pathPrefix="/" android:scheme=" " />
                   <data android:host=" " android:pathPrefix="/" android:scheme=" " />
                   <data android:host=" " android:pathPrefix="/" android:scheme=" " />
               </intent-filter>
           </activity>
           <provider android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true" android:name="org.apache.cordova.camera.FileProvider">
               <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/camera_provider_paths" />
           </provider>
           <provider android:authorities="${applicationId}.opener.provider" android:exported="false" android:grantUriPermissions="true" android:name="io.github.pwlin.cordova.plugins.fileopener2.FileProvider">
               <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/opener_paths" />
           </provider>
           <receiver android:enabled="true" android:name="nl.xservices.plugins.ShareChooserPendingIntent">
               <intent-filter>
                   <action android:name="android.intent.action.SEND" />
               </intent-filter>
           </receiver>
           <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:name="com.adobe.phonegap.push.PushDismissedHandler" />
           <service android:name="com.adobe.phonegap.push.FCMService">
               <intent-filter>
                   <action android:name="com.google.firebase.MESSAGING_EVENT" />
               </intent-filter>
           </service>
           <service android:name="com.adobe.phonegap.push.PushInstanceIDListenerService">
               <intent-filter>
                   <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
               </intent-filter>
           </service>
           <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/fb_app_id" />
           <meta-data android:name="com.facebook.sdk.ApplicationName" android:value="@string/fb_app_name" />
           <activity android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/fb_app_name" android:name="com.facebook.FacebookActivity" />
       </application>
       <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="27" />
       <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
       <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
       <uses-permission android:name="android.permission.BLUETOOTH" />
       <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="android.permission.RECORD_AUDIO" />
       <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
       <uses-permission android:name="android.permission.READ_PHONE_STATE" />
   </manifest>
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org