Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97148799
AndroidManifest.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 2, 22:51
Size
2 KB
Mime Type
text/xml
Expires
Sat, Jan 4, 22:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23338091
Attached To
R3229 Genome Privacy - SHCS App
AndroidManifest.xml
View Options
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.genomicprivacy"
android:versionCode=
"1"
android:versionName=
"1.0"
>
<uses-sdk
android:minSdkVersion=
"14"
android:targetSdkVersion=
"19"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<application
android:name=
"com.example.genomicprivacy.ContextApp"
android:allowBackup=
"true"
android:icon=
"@drawable/icon"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
"com.example.genomicprivacy.Login"
android:label=
"@string/app_name"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.PatientGUI"
android:label=
"@string/title_activity_patient"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.Histogram"
android:label=
"@string/title_activity_histogram"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.InfoPatient"
android:label=
"@string/title_activity_info_patient"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.RequestGUI"
android:label=
"@string/title_activity_request_gui"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.MuGUI"
android:label=
"@string/title_activity_mu"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.ContextApp"
android:label=
"@string/title_activity_context_app"
>
</activity>
<activity
android:name=
"com.example.genomicprivacy.LoginMain"
android:label=
"@string/title_activity_login_main"
android:windowSoftInputMode=
"adjustResize|stateVisible"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
</application>
</manifest>
Event Timeline
Log In to Comment