Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?><manifest versionCode="29" versionName="10" compileSdkVersion="29" compileSdkVersionCodename="10" package="com.google.android.markup" platformBuildVersionCode="29" platformBuildVersionName="10"> <uses-sdk minSdkVersion="29" targetSdkVersion="29"/> <uses-permission-sdk-23 name="android.permission.WRITE_EXTERNAL_STORAGE"/> <supports-screens anyDensity="true"/> <application theme="MarkupTheme" label="Markup" icon="res/mipmap-anydpi-v21/logo_ink_adaptive.xml" allowBackup="true" hardwareAccelerated="true" extractNativeLibs="false" appComponentFactory="androidx.core.app.CoreComponentFactory"> <activity theme="MarkupTheme" name="com.google.android.markup.AnnotateActivity" configChanges="0x480"> <intent-filter> <category name="android.intent.category.DEFAULT"/> <action name="android.intent.action.EDIT"/> <data mimeType="image/*"/> </intent-filter> </activity> <provider name="androidx.core.content.FileProvider" exported="false" authorities="com.google.android.markup" grantUriPermissions="true"> <meta-data name="android.support.FILE_PROVIDER_PATHS" resource="file_paths"/> </provider> </application> </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement