mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Prevent "Beaming" from home screen.
Recently Android Beam was also enabled by default for all system applications. For some system apps this makes sense, but for an app such as launcher it doesn't. This meta-data entry prevents the default Beam behavior for Launcher. Bug: 6257668 Change-Id: I1d2188969da1c87734190c19c0528ce4d3ce6825
This commit is contained in:
@@ -128,5 +128,7 @@
|
||||
android:writePermission="com.android.launcher.permission.WRITE_SETTINGS"
|
||||
android:readPermission="com.android.launcher.permission.READ_SETTINGS" />
|
||||
|
||||
<meta-data android:name="android.nfc.disable_beam_default"
|
||||
android:value="true" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user