Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To many Device Permissions #1

Open
lgabster opened this issue Feb 20, 2014 · 2 comments
Open

To many Device Permissions #1

lgabster opened this issue Feb 20, 2014 · 2 comments
Assignees
Labels

Comments

@lgabster
Copy link
Collaborator

Túl sok hozzáférése van az alkalmazásnak.

config.xml fájlban ami nem szükséges az alábbiak közül, azokat kiszedni:

<feature name="http://api.phonegap.com/1.0/camera"/>
<feature name="http://api.phonegap.com/1.0/contacts"/>
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/media"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>

Találtam még a config beállításokhoz pár dolgot, amik talán használhatóak: Project settings

<preference name="permissions" value="none" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="7" />
<preference name="android-installLocation" value="auto" />
@lgabster
Copy link
Collaborator Author

Most olvastam, hogy a PhoneGap alapértelmezetten mindenhez ad hozzáférést
Ez a sor kell bele:

<preference name="permissions" value="none" />

@lgabster
Copy link
Collaborator Author

Itt van minden configurálási lehetőség: PhoneGap doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants