Hizib Nahdlatul Wathan: Privacy policy

Welcome to the Hizib Nahdlatul Wathan app for Android!

This is an Android app for reciting prayers that collected in the book called Hizib NW. All of the book content is presented into an app for convenient and practical purpose. We make sure that there is no user data collected and sent to any server as this is just an offline version that can be used without internet connectivity.

Data collected by the app

As developer we hereby state that there is no user data collection and it is completely an offline apps that can be used with or without internet connection. Currently there is no user setting for apps, so we don’t keep any user specific setting file in app folder. All installation data can be simply erased by clearing the app's data or uninstalling it. No analytics software is present in the app either.

Permissions requested in the app

There is no permission request by this application as it is basically a reader app.

File AndroidManifest.xml located in app/src/main/AndroidManifest.xml is shown below:

<application
    android:name="org.nwdi.unham.ft.hizib.HizibReaderApp"
    android:icon="@drawable/icon"
    android:label="@string/app_name"
    android:theme="@style/Theme.HizibDigital"
    android:supportsRtl="true"
    >
    <activity
        android:name=".HalamanAwalActivity"
        android:theme="@style/Theme.HizibDigital.NoActionBar"
        android:exported="true">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity android:name=".ChapterIndexActivity"
        android:label="@string/activitytitlechpcont">
    </activity>
    <activity android:name=".ChapterContentActivity"
        android:label="@string/activitytitlechpcont">
    </activity>
    <activity android:name=".AboutAppAct"
        android:label="@string/activitytitleaboutapp">
    </activity>
    <activity android:name=".ConfigurationsAct" >
    </activity>
    <activity  android:name=".PengantarActivity"
        android:label="@string/activitytitleendorsement">
    </activity>
    <activity
        android:name=".ReadingModeActivity"
        android:label="@string/activitytitlereadmode" >
    </activity>
     <activity
        android:name=".CaraBacaAct"
        android:label="@string/activitytitlereadmode" >
    </activity>
</application>

sincerely,

Team FT Hamzanwadi University ft@hamzanwadi.ac.id