Edit settings for app Locale

com.phonegap.plugins.barcodescanner.ENCODE.md

Edit settings for app Locale

Use

public void startEditSettingsForAppLocale() {
    Intent intent = new Intent("com.phonegap.plugins.barcodescanner.ENCODE.md"); 
    if (intent.resolveActivity(getPackageManager()) != null) { 
        startActivity(intent);
    }
}

Example intent filter

<activity ...>
    <intent-filter>
        <action android:name="com.phonegap.plugins.barcodescanner.ENCODE.md" />
        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>
</activity>
            

Apps Providing an Implementation

Search on Github

Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)

For Specification Writers

Edit on Github