Remove obsolete code left over from the system process

None of this is necessary now that the activity is running
in a normal application process. The 'name-based' version of
getSharedPreferences works fine.

Bug: 300157408
Flag: EXEMPT
Test: manually; share content, long-press to pin/unpin;
      verify across usages and reboots
Change-Id: Id056cd377babf397b323b40c52614cd326d5c79e
1 file changed
tree: 7dd49703910b2bd21be8bbcd14339a3f96872e62
  1. aconfig/
  2. java/
  3. .clang-format
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder