Files
flipper/docs/shared-preferences-plugin.md
Hilal Alsibai 56cfe6600d Add Shared Preferences plugin docs
Summary: Moar docz

Reviewed By: danielbuechele

Differential Revision: D8752565

fbshipit-source-id: d7e4392e00dc06b0ffbebce491d5244b4b31a34d
2018-07-09 02:48:37 -07:00

772 B

id, title
id title
shared-preferences-plugin Shared Preferences

Easily inspect and modify the data contained within your app's shared preferences.

Shared Preferences Plugin

Setup

Note: this plugin is only available for Android.

Android

import com.facebook.sonar.plugins.sharedpreferences.SharedPreferencesSonarPlugin;

client.addPlugin(
    new SharedPreferencesSonarPlugin(context, "my_shared_preference_file"));

Usage

All changes to the given shared preference file will automatically appear in Sonar. You may also edit the values in Sonar and have them synced to your device. This can be done by clicking on the value of the specific key you wish to edit, editing the value and then pressing enter.