Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dfeaf20a
authored
Oct 11, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fixed - Device compatibility issue in play store.
parent
e6d57202
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
View file @
dfeaf20a
...
...
@@ -8,49 +8,10 @@
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.RECORD_AUDIO"
/>
<supports-screens
android:anyDensity=
"true"
android:largeScreens=
"true"
android:normalScreens=
"true"
android:smallScreens=
"true"
/>
<compatible-screens>
<!-- all normal size screens -->
<screen
android:screenDensity=
"mdpi"
android:screenSize=
"normal"
/>
<screen
android:screenDensity=
"hdpi"
android:screenSize=
"normal"
/>
<screen
android:screenDensity=
"xhdpi"
android:screenSize=
"normal"
/>
<!-- all large size screens -->
<screen
android:screenDensity=
"mdpi"
android:screenSize=
"large"
/>
<screen
android:screenDensity=
"hdpi"
android:screenSize=
"large"
/>
<screen
android:screenDensity=
"xhdpi"
android:screenSize=
"large"
/>
<!-- all xlarge size screens -->
<screen
android:screenDensity=
"mdpi"
android:screenSize=
"xlarge"
/>
<screen
android:screenDensity=
"hdpi"
android:screenSize=
"xlarge"
/>
<screen
android:screenDensity=
"xhdpi"
android:screenSize=
"xlarge"
/>
</compatible-screens>
<application
android:name=
"com.vsoft.servicenow.CatalogueApplication"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:supportsRtl=
"true"
android:allowBackup=
"false"
android:fullBackupContent=
"false"
tools:replace=
"allowBackup"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment